Skip to content

Commit

Permalink
-o
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Zafran committed Mar 25, 2024
1 parent e4b3e38 commit 2090770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lava.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:

- name: Build ${{ matrix.binary }}
run: |
GOWRK=off go build -o out cmd/${{ matrix.binary }}/main.go
GOWRK=off go build -o out/${{ matrix.binary }} cmd/${{ matrix.binary }}/main.go
- name: Upload Lava Artifacts
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.binary }}-${{ matrix.targetos }}-${{ matrix.arch }}
path: out
path: out/${{ matrix.binary }}

0 comments on commit 2090770

Please sign in to comment.