Action: Should Fix uploading
This commit is contained in:
parent
93a84cad34
commit
ae9377f8be
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…
x
Reference in New Issue
Block a user