Skip to content

Commit

Permalink
Update release-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpullen authored Jun 27, 2024
1 parent 0f23e7a commit 1debcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
go-version: ${{ vars.GO_VERSION }}

- name: Build executable
run: env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o adder.exe cmd/mjssetup/main.go
run: env CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o adder.exe cmd/main.go

- name: Create zip file
run: Compress-Archive -Path adder.exe -Destination ${{ env.artifact }}
Expand Down

0 comments on commit 1debcf1

Please sign in to comment.