Skip to content

Commit

Permalink
Merge pull request #70 from cuappdev/staging
Browse files Browse the repository at this point in the history
Trial 2 backend fix - v4
  • Loading branch information
thisjustin123 authored Nov 14, 2024
2 parents 713a0be + 617828f commit cb38d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-play-store-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Upload AAB
id: uploadArtifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app
path: app/build/outputs/bundle/release/app-release.aab
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-play-store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Upload AAB
id: uploadArtifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: app
path: app/build/outputs/bundle/release/app-release.aab
Expand Down

0 comments on commit cb38d3a

Please # to comment.