chore: update dependencies (#964)
--------- Co-authored-by: rhunk <101876869+rhunk@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/debug.yml
vendored
3
.github/workflows/debug.yml
vendored
@@ -192,5 +192,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: core
|
||||
path: app/build/outputs/apk/core/debug/*.apk
|
||||
|
||||
path: app/build/outputs/apk/core/debug/*.apk
|
||||
3
.github/workflows/pull_request.yml
vendored
3
.github/workflows/pull_request.yml
vendored
@@ -188,5 +188,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: core
|
||||
path: app/build/outputs/apk/core/debug/*.apk
|
||||
|
||||
path: app/build/outputs/apk/core/debug/*.apk
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -225,6 +225,4 @@ jobs:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: ${{ inputs.prerelease }}
|
||||
files: bins/*.apk
|
||||
automatic_release_tag: v${{ env.version }}
|
||||
|
||||
|
||||
automatic_release_tag: v${{ env.version }}
|
||||
Reference in New Issue
Block a user