Action: Should Fix uploading
This commit is contained in:
parent
93a84cad34
commit
ae9377f8be
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android-debug.yml
vendored
4
.github/workflows/android-debug.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
# The password for the key
|
# The password for the key
|
||||||
keyPassword: ${{ secrets.KEY_PASSWORD }}
|
keyPassword: ${{ secrets.KEY_PASSWORD }}
|
||||||
- name: Upload APK
|
- name: Upload APK
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: TachiyomiSY-${{ github.sha }}
|
name: TachiyomiSY-${{ github.sha }}
|
||||||
path: ${SIGNED_RELEASE_FILE}
|
path: ${{ env.SIGNED_RELEASE_FILE }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue