Skip to content

Commit

Permalink
Fix Windows GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolobara committed Apr 25, 2022
1 parent 5e885d9 commit be75428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/') && runner.os == 'Windows'
uses: vimtor/action-zip@v1
with:
files: README.md LICENSE-MIT LICENSE-APACHE ./target/release/${{ matrix.target_name }}
files: README.md LICENSE-MIT LICENSE-APACHE ${{ matrix.target_name }}
dest: ${{ matrix.asset_name }}
- name: Get release name
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit be75428

Please sign in to comment.