Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
download / upload v4
  • Loading branch information
octoshrimpy authored Feb 4, 2025
1 parent ebaa201 commit 9a2a182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Download APK from build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: apk
pattern: apk*

- name: List files in the APK directory
run: ls -Rla ./
Expand Down

0 comments on commit 9a2a182

Please sign in to comment.