Skip to content

Commit

Permalink
upload swiftwinrt log on failure (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbrix authored Jun 7, 2024
1 parent 15c86f0 commit 2fb3a47
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/actions/windows-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,14 @@ runs:
# git diff
# throw "Checked in files are not up-to-date, re-run swiftwinrt before checking-in: \n$dirty"
# }


- name: Upload swiftwinrt logs on failure
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
if: failure()
with:
name: swiftwinrt-log
path: ${{ github.workspace }}\tests\test_component\swiftwinrt.log

- name: Run test app
shell: cmd
run: .\out\${{ inputs.config }}\bin\test_app.exe

0 comments on commit 2fb3a47

Please sign in to comment.