Skip to content

Commit

Permalink
Add pyktx files to Upload to Release. Add ls for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Dec 13, 2023
1 parent 2a0a2fb commit 141f3c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ jobs:
refreshenv
$env:JAVA_HOME=$step_java_home
ci_scripts/build_win.ps1
ls ${{env.BUILD_DIR}}/interface/python_binding/dist/
- name: Test Windows build
# Tests built for arm64 can't be run as the CI runners are all x64.
Expand Down Expand Up @@ -268,13 +270,13 @@ jobs:
with:
path: ${{env.BUILD_DIR}}/interface/python_binding/dist/

- name: Upload To Release
- name: Upload to Release
uses: softprops/action-gh-release@v1
if: matrix.options.package == 'YES' && matrix.toolset == 'CLangCL' && github.event_name == 'push' && github.ref_type == 'tag'
with:
draft: true
prerelease: true
files: ${{env.BUILD_DIR}}/KTX-Software-*.exe*
files: ${{env.BUILD_DIR}}/KTX-Software-*.exe* ${{env.BUILD_DIR}}/interface/python_binding/dist/*.whl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 141f3c1

Please sign in to comment.