Skip to content

Commit

Permalink
Fix arm64 windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten authored Feb 4, 2024
1 parent cc0c9d4 commit b297bf1
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 @@ -199,7 +199,7 @@ jobs:
with:
go-version: '1.20'
- name: Build
run: go build -tags nofido2 -o "goldwarden_windows_aarch64.exe" -v .
run: set GOARCH=arm64 && go build -tags nofido2 -o "goldwarden_windows_aarch64.exe" -v .
- uses: AButler/upload-release-assets@v2.0
with:
files: './goldwarden_windows_aarch64.exe'
Expand Down

0 comments on commit b297bf1

Please sign in to comment.