Skip to content

Commit

Permalink
Fix release win pipeline when updating artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead committed Mar 27, 2022
1 parent 55a6275 commit d7edf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
uses: ncipollo/release-action@v1
with:
allowUpdates: true
artifacts: "./target/release/*"
artifacts: "./target/release/*.exe*"
draft: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d7edf6d

Please sign in to comment.