mirror of
https://github.com/AuxXxilium/arc-modules.git
synced 2024-11-23 14:51:01 +07:00
commit
56a307bb8f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -256,7 +256,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Zip Modules
|
- name: Zip Modules
|
||||||
run: |
|
run: |
|
||||||
zip -9 modules.zip -j output/*.tgz
|
zip -9j modules-${{ env.VERSION }}.zip output/*.tgz
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
@ -268,5 +268,5 @@ jobs:
|
|||||||
body: |
|
body: |
|
||||||
${{ steps.Changelog.outputs.changelog }}
|
${{ steps.Changelog.outputs.changelog }}
|
||||||
artifacts: |
|
artifacts: |
|
||||||
modules.zip
|
modules-*.zip
|
||||||
./output/*.tgz
|
./output/*.tgz
|
Loading…
Reference in New Issue
Block a user