mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 12:47:37 +02:00
ci(build): update workflow actions (#662)
- Bump upload-artifact to v3 - Update crowdin/github-action according to new versioning format [https://github.com/crowdin/github-action/releases/tag/v1.6.0]
This commit is contained in:
4
.github/workflows/commit-build.yml
vendored
4
.github/workflows/commit-build.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
- name: Add version to APK
|
||||
run: mv ${{ steps.sign_apk.outputs.signedFile }} revanced-manager-${{ env.RELEASE_VERSION }}.apk
|
||||
- name: Upload APK
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: revanced-manager-${{ env.RELEASE_VERSION }}
|
||||
path: revanced-manager-${{ env.RELEASE_VERSION }}.apk
|
||||
path: revanced-manager-${{ env.RELEASE_VERSION }}.apk
|
||||
|
Reference in New Issue
Block a user