Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 25, 2024
1 parent 2f2283e commit c21c218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:
cd target
mkdir release
cd release
touch ${{ matrix.bin }}
touch yr
touch yr.exe
- name: Build archive
shell: bash
Expand Down

0 comments on commit c21c218

Please sign in to comment.