Skip to content

Commit

Permalink
mkdir build
Browse files Browse the repository at this point in the history
  • Loading branch information
heliannuuthus committed Oct 29, 2023
1 parent cca3801 commit 6979ed7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/call-golang-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
run: |
echo "$GOOS"
echo "$GOARCH"
CGO_ENABLE=0 GOOS=linux GOARCH=amd64 go build -a -o ${{ github.repository }} ${{ inputs.ENTRANCE }}
mkdir build
CGO_ENABLE=0 GOOS=linux GOARCH=amd64 go build -a -o build/${{ github.repository }} ${{ inputs.ENTRANCE }}
- id: environments
name: environments
run: |
Expand Down

0 comments on commit 6979ed7

Please sign in to comment.