Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ef0xa committed Apr 12, 2024
1 parent 4beaeda commit fe03b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: build
run: |
echo '${{ steps.release.outputs.tag_name }}' > VERSION
echo "${{ steps.release.outputs.tag_name }}" > VERSION
env GOOS=android GOARCH=amd64 go build -o bin/runpodctl-android-amd64 .
env GOOS=darwin GOARCH=amd64 go build -o bin/runpodctl-darwin-amd64 .
env GOOS=darwin GOARCH=arm64 go build -o bin/runpodctl-darwin-arm64 .
Expand Down

0 comments on commit fe03b37

Please sign in to comment.