Skip to content

Commit

Permalink
change deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsugu committed Aug 12, 2024
1 parent 57c7cee commit 4f4d3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build for Windows
run: |
mkdir -p artifacts/windows-latest
GOOS=windows GOARCH=amd64 go build -o artifacts/windows-latest/addframe.exe
go build -o artifacts/windows-latest/addframe.exe
shell: pwsh

- name: Copy addframe.json
Expand Down

0 comments on commit 4f4d3a8

Please sign in to comment.