Skip to content

Commit

Permalink
Fix CI more
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtCode committed Feb 14, 2024
1 parent ed64dc1 commit 84c0d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: ./gradlew assembleRelease

- name: Store build Artifact
uses: action/upload-artifact@v4
uses: actions/upload-artifact@v4
with:
name: release-${{ github.ref_name }}
path: app/build/outputs/apk/release/app-release.apk
Expand Down

0 comments on commit 84c0d2c

Please sign in to comment.