Skip to content

Commit

Permalink
Another Android workaround (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Lesches authored Sep 26, 2024
1 parent 1957e52 commit e0beabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
- name: Create Release
uses: softprops/[email protected]
with:
# build/app/outputs/apk/release/app-release.apk
files: |
build/windows/x64/runner/Release/Dashboard.msix
build/app/outputs/apk/release/app-release.apk
name: ${{ github.ref_name }}
generate_release_notes: true
fail_on_unmatched_files: true

0 comments on commit e0beabe

Please sign in to comment.