Skip to content

Commit

Permalink
fix: Include binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
boukeversteegh committed Mar 28, 2022
1 parent 00f2e44 commit c3f1dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
GOOS: ${{ matrix.target.GOOS }}
GOARCH: ${{ matrix.target.GOARCH }}
run: |
bin/dockerized go build -o release/${{ matrix.target.name }}/bin/ lib/dockerized.go
bin/dockerized go build -o release/${{ matrix.target.name }}/bin/ .
ls -l release/${{ matrix.target.name }}/bin/dockerized*
- name: Zip
working-directory: release/${{ matrix.target.name }}
run: |
Expand Down

0 comments on commit c3f1dda

Please sign in to comment.