mirror of
https://github.com/AuxXxilium/arc-patches.git
synced 2024-11-23 23:00:55 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
883f0eaf88
commit
04baf49360
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -58,6 +58,7 @@ jobs:
|
|||||||
- name: Build Patches Package
|
- name: Build Patches Package
|
||||||
run: |
|
run: |
|
||||||
zip -9 patches.zip -j *.patch *.sh VERSION modulelist
|
zip -9 patches.zip -j *.patch *.sh VERSION modulelist
|
||||||
|
sha256sum patches.zip >checksum.sha256
|
||||||
|
|
||||||
- name: Upload to Artifacts
|
- name: Upload to Artifacts
|
||||||
if: success() && env.VERSION == ''
|
if: success() && env.VERSION == ''
|
||||||
@ -66,6 +67,7 @@ jobs:
|
|||||||
name: patches
|
name: patches
|
||||||
path: |
|
path: |
|
||||||
patches.zip
|
patches.zip
|
||||||
|
checksum.sha256
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
if: success() && env.VERSION != ''
|
if: success() && env.VERSION != ''
|
||||||
@ -78,3 +80,4 @@ jobs:
|
|||||||
${{ steps.Changelog.outputs.changelog }}
|
${{ steps.Changelog.outputs.changelog }}
|
||||||
artifacts: |
|
artifacts: |
|
||||||
patches.zip
|
patches.zip
|
||||||
|
checksum.sha256
|
Loading…
Reference in New Issue
Block a user