Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
srikavin committed Dec 28, 2019
1 parent 46441d4 commit ebbf73f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
uses: actions/checkout@v1
with:
submodules: recursive
token: ${{ secrets.ACCESS_TOKEN }}
- uses: actions/setup-java@v1
with:
java-version: 11
Expand All @@ -29,6 +30,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
file: "./desktop/build/libs/desktop-1.0.jar"
file: "./desktop/build/libs/desktop-1.0.jar;win64.zip"
prerelease: true
draft: false

0 comments on commit ebbf73f

Please sign in to comment.