diff --git a/.github/workflows/build-for-arm64.yml b/.github/workflows/build-for-arm64.yml index f9ca836..c4433d4 100644 --- a/.github/workflows/build-for-arm64.yml +++ b/.github/workflows/build-for-arm64.yml @@ -47,15 +47,3 @@ jobs: path: | rootfs 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