Skip to content

Commit

Permalink
Fix windows build (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Oct 6, 2024
1 parent d356c8e commit 2d68728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

- name: Generate build name for artifact upload
id: build-name
if: runner.os == 'Linux'
run: |
name=""
if [[ -n "${{ matrix.build }}" ]]; then
Expand Down

0 comments on commit 2d68728

Please sign in to comment.