Skip to content

Commit

Permalink
Fix release workflow os check
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Gonzalez committed Jun 13, 2022
1 parent dfe6344 commit 378e809
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 @@ -74,7 +74,7 @@ jobs:
run: |
mkdir staging
if [ "${{ matrix.os }}" = "windows-latest" ]; then
if [ "${{ matrix.runs-on }}" = "windows-latest" ]; then
cp "output/release/fsyaml.exe" staging/
cd staging
7z a ../release.zip *
Expand Down

0 comments on commit 378e809

Please sign in to comment.