Skip to content

Commit

Permalink
fix: only signle glob paths supported by gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Nov 10, 2024
1 parent 1bbe596 commit fc8f738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Upload the Signed App
uses: AButler/[email protected]
with:
files: D:\a\${{ github.event.repository.name }}\${{ github.event.repository.name }}\target\release\bundle\**
files: D:\a\${{ github.event.repository.name }}\${{ github.event.repository.name }}\target\release\bundle\msi\*;D:\a\${{ github.event.repository.name }}\${{ github.event.repository.name }}\target\release\bundle\nsis\*
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-id: ${{ needs.create-release.outputs.releaseId }}

Expand Down

0 comments on commit fc8f738

Please sign in to comment.