Skip to content

Commit

Permalink
πŸš€ adjust build-package flow
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Jun 27, 2024
1 parent 7510266 commit 8d6d00f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ jobs:
- name: Install Windows dependencies
run: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@latest && export PATH=${PATH}:`go env GOPATH`/bin

- name: Debug
run: ls -al ~/go/bin/

- name: Debug
run: go env

- name: Debug
run: echo $PATH

- name: Debug
run: ls `go env GOPATH`/bin

- name: Debug
run: goversioninfo -skip-versioninfo

Expand Down

0 comments on commit 8d6d00f

Please sign in to comment.