Skip to content

Commit

Permalink
Fixed building release with new action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazyphil committed Jan 12, 2025
1 parent 69c21c7 commit 016d8da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,14 @@ jobs:
with:
name: apk

- name: Display structure of downloaded artifact
run: ls -R
shell: bash

- name: Upload Release APK
uses: softprops/action-gh-release@v2
with:
files: apk/*
files: '*.apk'
prerelease: ${{ contains(github.ref_name, '-') }}
fail_on_unmatched_files: true
generate_release_notes: true

0 comments on commit 016d8da

Please sign in to comment.