Skip to content

Commit

Permalink
archive macOS binary as well as Linux build currently has trouble wit…
Browse files Browse the repository at this point in the history
…h installing of dependencies
  • Loading branch information
angryziber committed Mar 31, 2020
1 parent 9d91548 commit 660f168
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: actions/upload-artifact@v1
with:
name: Binaries
name: All binaries
path: build/libs

build-mac:
Expand All @@ -35,6 +35,11 @@ jobs:
APPLE_USER: ${{ secrets.APPLE_USER }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}

- uses: actions/upload-artifact@v1
with:
name: macOS binary
path: build/libs

build-win:
runs-on: windows-latest

Expand Down

0 comments on commit 660f168

Please sign in to comment.