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
96832eea28
commit
27b39450ee
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -56,15 +56,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Patches Package
|
- name: Build Patches Package
|
||||||
run: |
|
run: |
|
||||||
zip -9j patches.zip -j *.patch *.sh VERSION
|
zip -9j patches-${{ env.VERSION }}.zip -j *.patch *.sh VERSION
|
||||||
|
|
||||||
- name: Upload to Artifacts
|
|
||||||
if: success() && env.VERSION == ''
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: patches
|
|
||||||
path: |
|
|
||||||
patches.zip
|
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
if: success() && env.VERSION != ''
|
if: success() && env.VERSION != ''
|
||||||
@ -77,4 +69,4 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
${{ steps.Changelog.outputs.changelog }}
|
${{ steps.Changelog.outputs.changelog }}
|
||||||
artifacts: |
|
artifacts: |
|
||||||
patches.zip
|
patches-*.zip
|
Loading…
Reference in New Issue
Block a user