mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
a
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.run_number }}
|
||||
release_name: Release ${{ github.run_number }}
|
||||
@@ -44,9 +44,9 @@ jobs:
|
||||
id: upload-release-asset
|
||||
uses: actions/upload-release-asset@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./root/root/swingmusicbuilder/swingmusic/dist/swingmusic
|
||||
asset_path: ./root/swingmusicbuilder/swingmusic/dist/swingmusic
|
||||
asset_name: swingmusic
|
||||
asset_content_type: application/octet-stream
|
||||
|
||||
Reference in New Issue
Block a user