Skip to content

Commit

Permalink
πŸ› FIX: Update glob pattern for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ianagbip1oti committed Aug 14, 2021
1 parent eaf82b6 commit 4bd9c88
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 @@ -46,6 +46,6 @@ jobs:
- name: Upload Assets to Release
uses: csexton/release-asset-action@v2
with:
pattern: "target/release/princhess*"
pattern: "target/release/princhess@(|.exe)"
github-token: ${{ secrets.GITHUB_TOKEN }}
release-url: ${{ needs.release.outputs.upload_url }}

0 comments on commit 4bd9c88

Please sign in to comment.