mirror of
https://github.com/tsirysndr/music-player.git
synced 2026-01-09 13:18:05 -05:00
ci: update release workflow
This commit is contained in:
2
.github/workflows/release-for-arm.yml
vendored
2
.github/workflows/release-for-arm.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
- name: Upload release assets
|
||||
run: |
|
||||
for ext in tar.gz tar.gz.sha256; do
|
||||
export FILE=/assets/music-player_${{ env.RELEASE_VERSION }}_${{ matrix.target }}.$ext
|
||||
export FILE="music-player_${{ env.RELEASE_VERSION }}_${{ matrix.target }}.$ext"
|
||||
fluentci run github_pipeline release_upload
|
||||
done
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user