mirror of
https://github.com/AuxXxilium/arc-modules.git
synced 2024-11-23 23:01:01 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
13b9129a46
commit
9ff9d8f7d4
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -249,6 +249,7 @@ jobs:
|
|||||||
if: success() && env.VERSION != ''
|
if: success() && env.VERSION != ''
|
||||||
run: |
|
run: |
|
||||||
zip -9 modules.zip -j output/*
|
zip -9 modules.zip -j output/*
|
||||||
|
sha256sum modules.zip >checksum.sha256
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
if: success() && env.VERSION != ''
|
if: success() && env.VERSION != ''
|
||||||
@ -261,4 +262,5 @@ jobs:
|
|||||||
${{ steps.Changelog.outputs.changelog }}
|
${{ steps.Changelog.outputs.changelog }}
|
||||||
artifacts: |
|
artifacts: |
|
||||||
modules.zip
|
modules.zip
|
||||||
./output/*.tgz
|
./output/*.tgz
|
||||||
|
checksum.sha256
|
Loading…
Reference in New Issue
Block a user