Skip to content

Commit

Permalink
Merge pull request #250 from mrpalide/fix-windows-goreleaser
Browse files Browse the repository at this point in the history
fix windows release command
  • Loading branch information
mrpalide committed Feb 5, 2024
2 parents 11cf369 + a680628 commit d3d83eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install Requirements
shell: pwsh
run: |
Invoke-WebRequest "https://github.com/goreleaser/goreleaser/releases/download/v1.8.3/goreleaser_Windows_x86_64.zip" -o goreleaser.zip
Invoke-WebRequest "https://github.com/goreleaser/goreleaser/releases/download/v1.8.3/goreleaser_Windows_x86_64.zip" -OutFile goreleaser.zip
Expand-Archive goreleaser.zip
choco install make
- name: Releasing
Expand Down

0 comments on commit d3d83eb

Please sign in to comment.