Skip to content

Commit

Permalink
add -v for smokettes
Browse files Browse the repository at this point in the history
Signed-off-by: Ludvig Liljenberg <lliljenberg@microsoft.com>
  • Loading branch information
ludfjig committed Aug 31, 2023
1 parent 818d45a commit 109efc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/porter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
go-version: "${{ env.GOVERSION }}" # The Go version to download (if necessary) and use.
- run: go version
- name: Cross Compile
run: go run mage.go XBuildAll
run: go run mage.go -v XBuildAll
shell: bash
- name: Publish Release Binaries
uses: actions/upload-artifact@v3.1.1
Expand Down

0 comments on commit 109efc9

Please sign in to comment.