Skip to content

Commit

Permalink
Fix test go cli binary github action release
Browse files Browse the repository at this point in the history
The file context was wrong

PLAT-168
  • Loading branch information
MattyJ007 committed Mar 30, 2022
1 parent e9437dc commit a4ef590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-go-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: cd ./cli && ./buildreleases.sh

- name: Test binaries
run: ./cli/bin/gocli-linux help
run: cd ./cli/bin && ./gocli-linux help

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a4ef590

Please sign in to comment.