We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fa97c commit 7f69ea8Copy full SHA for 7f69ea8
1 file changed
.github/workflows/build-jar.yml
@@ -43,6 +43,8 @@ jobs:
43
44
- name: Upload JAR as release asset
45
uses: actions/upload-release-asset@v1
46
+ env:
47
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
with:
49
upload_url: ${{ github.event.release.upload_url }}
50
asset_path: build/jar/MazeGame.jar
0 commit comments