Skip to content

Commit

Permalink
Take 2 of Github Actions
Browse files Browse the repository at this point in the history
It *ALMOST* worked first try, I just need to figure out the release feature :D I might just have to change this to a release creation and call it that, but idk :P
  • Loading branch information
ZombieHDGaming committed Apr 3, 2020
1 parent 1a173a8 commit 7b738a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Upload to Release
uses: JasonEtco/upload-to-release@v0.1.1
with:
args: justenoughids-*.jar
args: ./build/libs/JustEnoughIDs-*.jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.token }}

0 comments on commit 7b738a2

Please sign in to comment.