Skip to content

Commit 0d7b101

Browse files
author
Tomas Prochazka
committed
chore: add better debug log to release/upload_assets
1 parent 639f63f commit 0d7b101

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ jobs:
8181
name: ${{ env.APP_NAME }}-binaries
8282
path: dist/
8383

84-
- name: Build binary
84+
- name: List artifacts
8585
run: |
86-
ls -la dist
86+
tree dist
8787
8888
- name: Upload Release Asset
8989
uses: actions/upload-release-asset@v1

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
gossh "golang.org/x/crypto/ssh"
2727
)
2828

29-
const version = "0.0.12"
29+
const version = "0.0.13"
3030

3131
type rootCmd struct {
3232
flags cmdFlags

0 commit comments

Comments
 (0)