mirror of
https://github.com/AuxXxilium/arc-patches.git
synced 2024-11-23 14:50: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
|
||||
run: |
|
||||
zip -9 patches.zip -j *.patch *.sh VERSION modulelist
|
||||
sha256sum patches.zip >checksum.sha256
|
||||
|
||||
- name: Upload to Artifacts
|
||||
if: success() && env.VERSION == ''
|
||||
@ -66,6 +67,7 @@ jobs:
|
||||
name: patches
|
||||
path: |
|
||||
patches.zip
|
||||
checksum.sha256
|
||||
|
||||
- name: Release
|
||||
if: success() && env.VERSION != ''
|
||||
@ -78,3 +80,4 @@ jobs:
|
||||
${{ steps.Changelog.outputs.changelog }}
|
||||
artifacts: |
|
||||
patches.zip
|
||||
checksum.sha256
|
Loading…
Reference in New Issue
Block a user