Skip to content

Commit 7f69ea8

Browse files
committed
try 2
1 parent 10fa97c commit 7f69ea8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-jar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
4444
- name: Upload JAR as release asset
4545
uses: actions/upload-release-asset@v1
46+
env:
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4648
with:
4749
upload_url: ${{ github.event.release.upload_url }}
4850
asset_path: build/jar/MazeGame.jar

0 commit comments

Comments
 (0)