diff options
Diffstat (limited to '.github/workflows/deploy_github_releases.yml')
-rw-r--r-- | .github/workflows/deploy_github_releases.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy_github_releases.yml b/.github/workflows/deploy_github_releases.yml index 1dd41641..9f866dec 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -26,19 +26,19 @@ jobs: arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease - name: Upload non-free release APK - uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b + uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571 with: name: APS Non-Free Release APK path: app/build/outputs/apk/nonFree/release/app-nonFree-release.apk - name: Upload non-free release Bundle - uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b + uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571 with: name: APS Non-Free Release Bundle path: app/build/outputs/bundle/nonFreeRelease/app-nonFree-release.aab - name: Upload free release APK - uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b + uses: actions/upload-artifact@e448a9b857ee2131e752b06002bf0e093c65e571 with: name: APS Free Release APK path: app/build/outputs/apk/free/release/app-free-release.apk |