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

Commit

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

0 comments on commit 50f9814

Please sign in to comment.