Skip to content

Commit

Permalink
cicd: more debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Hank Donnay <hdonnay@redhat.com>
  • Loading branch information
hdonnay committed Oct 9, 2020
1 parent 7a1eeaf commit 89c26ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ jobs:
name: release
- name: Unpack and Build
run: |
mkdir -p "${{github.workspace}}"
cd "${{github.workspace}}"
mkdir -p "${{github.workspace}}" && cd "${{github.workspace}}"
tar -xz -f ${{steps.download.outputs.download-path}}/clair.tar.gz --strip-components=1
go build -o "clairctl-${{matrix.goos}}-${{matrix.goarch}}" ./cmd/clairctl
go build -x -o "${{github.workspace}}/clairctl-${{matrix.goos}}-${{matrix.goarch}}" ./cmd/clairctl
- name: Upload
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 89c26ec

Please sign in to comment.