Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rostrovsky committed Mar 23, 2024
1 parent d003743 commit 0c48c18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Build Binaries
id: build
run: |
pwd
ls -lah
echo "Building Linux amd64 binary"
GOOS=linux GOARCH=amd64 go build -o sourceprompt
tar -czvf ${LINUX_AMD_ARCHIVE} sourceprompt
Expand Down

0 comments on commit 0c48c18

Please sign in to comment.