Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
OUTPUT_DIR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
techierishi committed Feb 1, 2024
1 parent 50f9814 commit c43500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: |
APP_NAME="pal"
VERSION=$(git describe --tags --abbrev=0)
echo "$OUTPUT_DIR"
OUTPUT_DIR="build"
rm -rf $OUTPUT_DIR
mkdir -p "$OUTPUT_DIR"
env GOARCH=arm64 GOOS=darwin go build -ldflags="-s -w" -o $OUTPUT_DIR/$APP_NAME-darwin-arm64
Expand Down

0 comments on commit c43500f

Please sign in to comment.