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
|
||||
run: |
|
||||
zip -9 modules.zip -j output/*.tgz
|
||||
zip -9j modules-${{ env.VERSION }}.zip output/*.tgz
|
||||
|
||||
- name: Release
|
||||
uses: ncipollo/release-action@v1
|
||||
@ -268,5 +268,5 @@ jobs:
|
||||
body: |
|
||||
${{ steps.Changelog.outputs.changelog }}
|
||||
artifacts: |
|
||||
modules.zip
|
||||
modules-*.zip
|
||||
./output/*.tgz
|
Loading…
Reference in New Issue
Block a user