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 fe03b37 commit 4b5a437
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

1 change: 1 addition & 0 deletions version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.0.0-test

0 comments on commit 4b5a437

Please sign in to comment.