diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index fef414b..ce7d7c0 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -68,7 +68,7 @@ jobs: RELEASE_PATTERN: "Build*" - name: Upload Build Artifact - uses: ncipollo/release-action@v1.11.1 + uses: ncipollo/release-action@v1.11.2 with: artifacts: "*-output.apk" token: ${{ secrets.GITHUB_TOKEN }}