Action: Should Fix uploading

This commit is contained in:
jobobby04 2020-05-09 21:30:44 -04:00 committed by GitHub
parent 93a84cad34
commit ae9377f8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ jobs:
# The password for the key
keyPassword: ${{ secrets.KEY_PASSWORD }}
- name: Upload APK
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v2
with:
name: TachiyomiSY-${{ github.sha }}
path: ${SIGNED_RELEASE_FILE}
path: ${{ env.SIGNED_RELEASE_FILE }}