diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d465453..919dd8b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -64,7 +64,7 @@ jobs: zip -r build.outputs.zip . -x "apk/*" - name: Create Release id: create_release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: