Skip to content

Commit

Permalink
Set runner OS, not matrix OS
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 23, 2024
1 parent e54b327 commit 3ac9ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: runner.os == 'linux'
run: |
set -ex
platform=${{ matrix.os }}
platform=${{ runner.os }}
platform_os=${platform//\//-}
mkdir -p $PWD/bin/dist
GOBIN=$PWD/bin go install -v ./cmd/utilities/compile_assets
Expand Down

0 comments on commit 3ac9ebd

Please sign in to comment.