Skip to content

Commit

Permalink
add -p
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Jan 23, 2024
1 parent 95cc489 commit e54b327
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 @@ -35,7 +35,7 @@ jobs:
set -ex
platform=${{ matrix.os }}
platform_os=${platform//\//-}
mkdir $PWD/bin/dist
mkdir -p $PWD/bin/dist
GOBIN=$PWD/bin go install -v ./cmd/utilities/compile_assets
$PWD/bin/compile_assets
pth="$platform_os-${{ matrix.arch }}"
Expand Down

0 comments on commit e54b327

Please sign in to comment.