From 7b738a2a7df3574feb6b59fd6cde39b7ccb69f5b Mon Sep 17 00:00:00 2001 From: Eion Dailey Date: Fri, 3 Apr 2020 17:43:55 -0400 Subject: [PATCH] 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 --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 26b0602..e5c2946 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -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 }}