mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
commit
c36f441eee
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -94,8 +94,6 @@ jobs:
|
|||||||
zip -9 "arpl-${{ steps.build.outputs.VERSION }}.img.zip" arpl.img
|
zip -9 "arpl-${{ steps.build.outputs.VERSION }}.img.zip" arpl.img
|
||||||
zip -9 "arpl-${{ steps.build.outputs.VERSION }}.vmdk.zip" arpl*.vmdk
|
zip -9 "arpl-${{ steps.build.outputs.VERSION }}.vmdk.zip" arpl*.vmdk
|
||||||
(cd .buildroot/output/images && sha256sum bzImage rootfs.cpio.xz) >> sha256sum
|
(cd .buildroot/output/images && sha256sum bzImage rootfs.cpio.xz) >> sha256sum
|
||||||
sha256sum "arpl-${{ steps.build.outputs.VERSION }}.img.zip" >> sha256sum
|
|
||||||
sha256sum "arpl-${{ steps.build.outputs.VERSION }}.vmdk.zip" >> sha256sum
|
|
||||||
|
|
||||||
# Upload artifact
|
# Upload artifact
|
||||||
- name: Upload
|
- name: Upload
|
||||||
@ -105,7 +103,6 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
arpl.img
|
arpl.img
|
||||||
arpl*.vmdk
|
arpl*.vmdk
|
||||||
sha256sum
|
|
||||||
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