mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-19 17:23:58 +00: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/pull-request-build.yml
vendored
4
.github/workflows/pull-request-build.yml
vendored
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Add version to APK
|
||||
run: mv build/app/outputs/flutter-apk/app-release.apk 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