Skip to content

Commit

Permalink
cpack failure
Browse files Browse the repository at this point in the history
  • Loading branch information
martinzink committed Mar 8, 2024
1 parent 46b3ceb commit 26233a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ jobs:
run: cmake --build . --target linter --config Release -j 8
shell: cmd
working-directory: ./build
- name: Upload artifact
if: failure()
uses: actions/upload-artifact@v3
with:
name: cpack_error
path: D:/a/nifi-minifi-cpp/nifi-minifi-cpp/build/_CPack_Packages/win64/WIX/wix.log
ubuntu_20_04:
name: "ubuntu-20.04"
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 26233a3

Please sign in to comment.