diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-06-20 12:00:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 12:00:55 +0530 |
commit | 29041cf5611dfb8c15a68581167fe3b09753d1f8 (patch) | |
tree | af18c2a96709784a53c3b873ed6fb5339eb7f8d7 /.github/workflows/deploy_github_releases.yml | |
parent | b35a9a948e0bc8489eb8aa79cc28e3d54763776d (diff) |
Misc updates (#1440)
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 ed4716a1..26e946e5 100644 --- a/.github/workflows/deploy_github_releases.yml +++ b/.github/workflows/deploy_github_releases.yml @@ -30,19 +30,19 @@ jobs: arguments: :app:assembleFreeRelease :app:assembleNonFreeRelease :app:bundleNonFreeRelease - name: Upload non-free release APK - uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 + uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 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@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 + uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 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@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 + uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 with: name: APS Free Release APK path: app/build/outputs/apk/free/release/app-free-release.apk |