mirror of
https://github.com/AuxXxilium/arc-modules.git
synced 2024-11-23 14:51:01 +07:00
commit
245b1df41a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -252,14 +252,12 @@ jobs:
|
||||
merge-multiple: true
|
||||
|
||||
- name: Zip Modules
|
||||
if: success() && env.VERSION != ''
|
||||
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
|
||||
if: success() && env.VERSION != ''
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.VERSION }}
|
||||
|
Loading…
Reference in New Issue
Block a user