mirror of
https://github.com/AuxXxilium/arc.git
synced 2024-11-23 22:19:52 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
04990a0fb8
commit
1cec4f728f
8
.github/workflows/autobuild.yml
vendored
8
.github/workflows/autobuild.yml
vendored
@ -130,8 +130,8 @@ jobs:
|
||||
cd files/p3
|
||||
zip -9 update.zip -r .
|
||||
sha256sum update.zip >checksum.sha256
|
||||
mv update.zip ../
|
||||
mv checksum.sha256 ../
|
||||
mv update.zip ../../
|
||||
mv checksum.sha256 ../../
|
||||
cd -
|
||||
|
||||
# Build incremental
|
||||
@ -194,8 +194,8 @@ jobs:
|
||||
cd files/p3
|
||||
zip -9 update-next.zip -r .
|
||||
sha256sum update-next.zip >checksum-next.sha256
|
||||
mv update-next.zip ../
|
||||
mv checksum-next.sha256 ../
|
||||
mv update-next.zip ../../
|
||||
mv checksum-next.sha256 ../../
|
||||
cd -
|
||||
|
||||
# Zip image and generate checksum
|
||||
|
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -168,8 +168,8 @@ jobs:
|
||||
cd files/p3
|
||||
zip -9 update.zip -r .
|
||||
sha256sum update.zip >checksum.sha256
|
||||
mv update.zip ../
|
||||
mv checksum.sha256 ../
|
||||
mv update.zip ../../
|
||||
mv checksum.sha256 ../../
|
||||
cd -
|
||||
|
||||
# Build incremental
|
||||
@ -233,8 +233,8 @@ jobs:
|
||||
cd files/p3
|
||||
zip -9 update-next.zip -r .
|
||||
sha256sum update-next.zip >checksum-next.sha256
|
||||
mv update-next.zip ../
|
||||
mv checksum-next.sha256 ../
|
||||
mv update-next.zip ../../
|
||||
mv checksum-next.sha256 ../../
|
||||
cd -
|
||||
|
||||
# Zip image and generate checksum
|
||||
@ -285,8 +285,8 @@ jobs:
|
||||
Release: ${{ env.BUILD_TIME }}
|
||||
artifacts: |
|
||||
arc-*.zip
|
||||
files/update.zip
|
||||
files/update-next.zip
|
||||
files/checksum.sha256
|
||||
files/checksum-next.sha256
|
||||
update.zip
|
||||
update-next.zip
|
||||
checksum.sha256
|
||||
checksum-next.sha256
|
||||
check.update
|
||||
|
Loading…
Reference in New Issue
Block a user