mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
commit
2bb8f3db8d
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -103,7 +103,7 @@ jobs:
|
||||
# Zip image
|
||||
- name: Pack
|
||||
shell: bash
|
||||
run: zip -9 "arpl-${VERSION}.img.zip" arpl.img
|
||||
run: zip -9 "arpl-${{ steps.build.outputs.VERSION }}.img.zip" arpl.img
|
||||
|
||||
# Upload artifact
|
||||
- name: Upload
|
||||
@ -118,4 +118,4 @@ jobs:
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: arpl-{{ steps.build.outputs.VERSION }}.img.zip
|
||||
files: arpl-${{ steps.build.outputs.VERSION }}.img.zip
|
||||
|
Loading…
x
Reference in New Issue
Block a user