Skip to content

Commit

Permalink
Archive UScript build products in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Nov 13, 2023
1 parent 44ee171 commit 0b87cc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/udk-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
shell: PowerShell
run: .\tests\UDKTests\UDK-Lite\Binaries\Win64\UDK.com make -useunpublished

- name: Archive UDK build and test logs
- name: Archive UDK build and test logs and artifacts
uses: actions/upload-artifact@v3
if: always()
with:
Expand All @@ -72,3 +72,5 @@ jobs:
tests/UDKTests/UDK-Lite/UDKGame/Logs/*.log
tests/UDKTests/UDK-Lite/UDKGame/Logs/*.dmp
tests/UDKTests/UDK-Lite/UDKGame/Logs/
tests/UDKTests/UDK-Lite/UDKGame/Script/UMB*
tests/UDKTests/UDK-Lite/UDKGame/Script/Manifest.txt

0 comments on commit 0b87cc1

Please sign in to comment.