Skip to content

Commit

Permalink
chore: Actions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Mar 1, 2024
1 parent 8ed6be7 commit b765322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup ext on Windows
run: |
echo "EXT=.exe" >> $GITHUB_ENV
if: ${{ matrix.goos == "windows" }}
if: ${{ matrix.goos == 'windows' }}

- name: Release file
uses: djnicholson/[email protected]
Expand Down

0 comments on commit b765322

Please sign in to comment.