diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-04-08 09:17:17 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:17:17 +0530 |
commit | fbed718ce031b6ab270bd227f10ebdaf740fa1f0 (patch) | |
tree | c268ddd09e0aacc359a0d08bb3267c9c7be132a0 /.github/workflows | |
parent | 023f03a227492c6518e15ffb0b3ea289565809e2 (diff) |
Update build dependencies (#1376)
* build: update dependencies
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* github: bump actions/upload-artifact
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github/workflows')
-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 b449c679..ed4716a1 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@e448a9b857ee2131e752b06002bf0e093c65e571 + uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 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@e448a9b857ee2131e752b06002bf0e093c65e571 + uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 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@e448a9b857ee2131e752b06002bf0e093c65e571 + uses: actions/upload-artifact@ee69f02b3dfdecd58bb31b4d133da38ba6fe3700 with: name: APS Free Release APK path: app/build/outputs/apk/free/release/app-free-release.apk |