mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
commit
e39e19f81e
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
|||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
VERSION=`<VERSION`
|
VERSION=`<VERSION`
|
||||||
echo "::set-output name=VERSION::${VERSION}"
|
echo "{VERSION}=${VERSION}" >> $GITHUB_OUTPUT
|
||||||
# Remove old files
|
# Remove old files
|
||||||
rm -rf .buildroot/output/target/opt/arpl
|
rm -rf .buildroot/output/target/opt/arpl
|
||||||
rm -rf .buildroot/board/arpl/overlayfs
|
rm -rf .buildroot/board/arpl/overlayfs
|
||||||
@ -109,6 +109,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
arpl.img
|
arpl.img
|
||||||
arpl*.vmdk
|
arpl*.vmdk
|
||||||
|
update-${{ steps.build.outputs.VERSION }}.zip
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
# Publish a release if is a tag
|
# Publish a release if is a tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user