mirror of
https://github.com/AuxXxilium/arc-custom.git
synced 2024-11-23 14:50:57 +07:00
build: update
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
8f28fd29a5
commit
9663054d83
15
.github/workflows/build.yml
vendored
15
.github/workflows/build.yml
vendored
@ -56,17 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Patches Package
|
- name: Build Patches Package
|
||||||
run: |
|
run: |
|
||||||
zip -9j custom.zip *.tgz *.gz VERSION
|
zip -9j custom-${{ env.VERSION }}.zip *.tgz *.gz VERSION
|
||||||
sha256sum custom.zip >checksum.sha256
|
|
||||||
|
|
||||||
- name: Upload to Artifacts
|
|
||||||
if: success() && env.VERSION == ''
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: custom
|
|
||||||
path: |
|
|
||||||
custom.zip
|
|
||||||
checksum.sha256
|
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
if: success() && env.VERSION != ''
|
if: success() && env.VERSION != ''
|
||||||
@ -79,5 +69,4 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
${{ steps.Changelog.outputs.changelog }}
|
${{ steps.Changelog.outputs.changelog }}
|
||||||
artifacts: |
|
artifacts: |
|
||||||
custom.zip
|
custom-*.zip
|
||||||
checksum.sha256
|
|
Loading…
Reference in New Issue
Block a user