Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ jobs:
asset_path: bin/runpodctl-android-arm64
asset_name: runpodctl-android-arm64
asset_content_type: application/octet-stream
- name: Generate checksum
uses: jmgilman/actions-generate-checksum@v1
with:
patterns: |
runpodctl-*
output: checksum-standalone.txt
Comment thread
k-nox marked this conversation as resolved.
method: sha256
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
Expand Down
Loading