Skip to content

Commit

Permalink
Attempt to fix packaging of xiso
Browse files Browse the repository at this point in the history
Confirmed that the Compile step is generating the expected file. Guessing that the "Create release" step is running from a parent directory.
  • Loading branch information
abaire authored Jan 3, 2025
1 parent a851157 commit b263169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
-DDUMP_CONFIG_FILE=ON \
-DRUNTIME_CONFIG_PATH="e:/nxdk_pgraph_tests/pgraph_tests.cnf"
cmake --build build -- -j$(grep -c processor /proc/cpuinfo)
find . -name "*.iso"
- name: Create release
if: github.ref == 'refs/heads/main'
uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -61,4 +60,5 @@ jobs:
prerelease: false
title: "xiso containing pgraph tests"
files: |
build/xiso/nxdk_pgraph_tests_xiso/nxdk_pgraph_tests_xiso.iso
nxdk_pgraph_tests/build/xiso/nxdk_pgraph_tests_xiso/nxdk_pgraph_tests_xiso.iso

0 comments on commit b263169

Please sign in to comment.