Skip to content

Commit

Permalink
PackChk: Attach binary to PR builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Feb 7, 2023
1 parent 5c9da2d commit 1774bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packchk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Archive packchk binary
if: ${{ fromJSON(needs.setup.outputs.nightly) }}
if: ${{ github.event_name != 'release' }}
uses: actions/upload-artifact@v3
with:
name: packchk-${{ matrix.target }}-${{ matrix.arch }}
Expand Down

0 comments on commit 1774bf6

Please sign in to comment.