mirror of
https://github.com/AuxXxilium/arc-modules.git
synced 2024-11-23 14:51:01 +07:00
build: update 3
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
efac9bc273
commit
fbfddcf754
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -252,14 +252,12 @@ jobs:
|
|||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Zip Modules
|
- name: Zip Modules
|
||||||
if: success() && env.VERSION != ''
|
|
||||||
run: |
|
run: |
|
||||||
zip -9 modules.zip -j output/*
|
zip -9 modules.zip -j output/*
|
||||||
sha256sum modules.zip >checksum.sha256
|
sha256sum modules.zip >checksum.sha256
|
||||||
for i in ./output/*.tgz; do mv $i ${i/.tgz/.modules}; done
|
for i in ./output/*.tgz; do mv $i ${i/.tgz/.modules}; done
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
if: success() && env.VERSION != ''
|
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{ env.VERSION }}
|
tag: ${{ env.VERSION }}
|
||||||
|
Loading…
Reference in New Issue
Block a user