Skip to content

Commit

Permalink
fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aschuhardt committed Jun 23, 2022
1 parent 85af0e5 commit dc7e6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Strip Binaries
run: strip --strip-unneeded ${{env.OUTPUT_DIR}}/*
if: matrix.build-type == "Release"
if: matrix.build-type == 'Release'

- name: Copy Misc. Files
run: |
Expand Down

0 comments on commit dc7e6f3

Please sign in to comment.