mirror of
https://github.com/AuxXxilium/arc-modules.git
synced 2024-11-23 14:51:01 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
5d2e63275d
commit
6cfb99897f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -257,7 +257,6 @@ jobs:
|
||||
- name: Zip Modules
|
||||
run: |
|
||||
zip -9 modules.zip -j output/*
|
||||
sha256sum modules.zip >checksum.sha256
|
||||
for i in ./output/*.tgz; do mv $i ${i/.tgz/.modules}; done
|
||||
|
||||
- name: Release
|
||||
@ -271,5 +270,4 @@ jobs:
|
||||
${{ steps.Changelog.outputs.changelog }}
|
||||
artifacts: |
|
||||
modules.zip
|
||||
./output/*.modules
|
||||
checksum.sha256
|
||||
./output/*.modules
|
Loading…
Reference in New Issue
Block a user