diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ce9541..c070877 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,11 +64,10 @@ jobs: COMMITS=$(git log ${{ steps.fetch-tag.outputs.tag }}..HEAD --pretty=format:"- %s (%h)" --abbrev-commit) echo "::set-output name=commits::${COMMITS}" - name: Zip root-module directory - run: zip -r -0 ../btl2capfix.zip * --verbose - working-directory: root-module + run: sh ./build-magisk-module.sh - name: Delete release if exist then create release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh release view "nightly" && gh release delete "nightly" -y --cleanup-tag - gh release create "nightly" "./$APK_NAME" "./btl2capfix.zip" -p -t "Nightly Release" -n "${{ steps.get-commits.outputs.commits }}" --generate-notes \ No newline at end of file + gh release create "nightly" "./$APK_NAME" "./btl2capfix.zip" -p -t "Nightly Release" -n "${{ steps.get-commits.outputs.commits }}" --generate-notes