Skip to content

Commit 7b738a2

Browse files
Take 2 of Github Actions
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
1 parent 1a173a8 commit 7b738a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Upload to Release
2828
uses: JasonEtco/upload-to-release@v0.1.1
2929
with:
30-
args: justenoughids-*.jar
30+
args: ./build/libs/JustEnoughIDs-*.jar
3131
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.token }}
3333

0 commit comments

Comments
 (0)