Skip to content

Commit

Permalink
Monthly Update
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosPaha01 committed Feb 22, 2024
2 parents e684fe9 + 6a959ca commit fb43ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
run: mv app/build/outputs/apk/release/app-release-unsigned-signed.apk app/build/outputs/apk/release/app-release.apk

- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.1
with:
name: Release Artifact
path: app/build/outputs/apk/release/app-release.apk
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
BUILD_TOOLS_VERSION: 35.0.0-rc1

- name: Upload Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.3.1
with:
name: Artifact
path: app/build/outputs/bundle/release/app-release.aab
Expand Down

0 comments on commit fb43ea7

Please sign in to comment.