Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Maurice committed Oct 5, 2023
1 parent f05590c commit 45c9670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build for ${{ matrix.GOOS }}-${{ matrix.GOARCH }}
run: |
GOOS=${{ matrix.GOOS }} GOARCH=${{ matrix.GOARCH }} go build -o $GITHUB_WORKSPACE/bin/$(basename $GITHUB_REPOSITORY) -C ./src
GOOS=${{ matrix.GOOS }} GOARCH=${{ matrix.GOARCH }} go build -C ./src -o $GITHUB_WORKSPACE/bin/$(basename $GITHUB_REPOSITORY)
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 45c9670

Please sign in to comment.