mirror of
https://github.com/zhaarey/wrapper.git
synced 2025-07-02 08:09:54 +09:00
Update build-for-arm64.yml
This commit is contained in:
12
.github/workflows/build-for-arm64.yml
vendored
12
.github/workflows/build-for-arm64.yml
vendored
@ -47,15 +47,3 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
rootfs
|
rootfs
|
||||||
wrapper
|
wrapper
|
||||||
|
|
||||||
- name: Create Release Zip File
|
|
||||||
run: zip -r Wrapper.arm64.${{ steps.vars.outputs.sha_short }}.zip rootfs/ wrapper
|
|
||||||
|
|
||||||
- name: Create Release
|
|
||||||
uses: softprops/action-gh-release@v2
|
|
||||||
with:
|
|
||||||
files: Wrapper.arm64.${{ steps.vars.outputs.sha_short }}.zip
|
|
||||||
body: ${{ github.event.head_commit.message }}
|
|
||||||
prerelease: true
|
|
||||||
name: Wrapper.arm64.${{ steps.vars.outputs.sha_short }}
|
|
||||||
tag_name: arm64
|
|
||||||
|
Reference in New Issue
Block a user