Skip to content

Commit 1485b30

Browse files
committed
Update workflow
1 parent 477d8bd commit 1485b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/attach_jar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Attach Spicetify-UI jar to release
5151
uses: actions/upload-release-asset@v1
5252
env:
53-
TOKEN: ${{ secrets.SPICETIFY_TOKEN }}
53+
GITHUB_TOKEN: ${{ secrets.SPICETIFY_TOKEN }}
5454
with:
5555
upload_url: ${{ github.event.release.upload_url }}
5656
asset_path: ./spicetify-ui.jar

0 commit comments

Comments
 (0)