upload logs after test 4

This commit is contained in:
Tig
2024-07-07 16:24:49 -06:00
parent 013477670a
commit 6a5ef52755

View File

@@ -45,14 +45,10 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: test-logs
path: logs/
- name: Upload Crash Dumps
if: always()
uses: actions/upload-artifact@v4
with:
name: crash-dumps
path: uploads/
path: |
logs/
uploads/
UnitTests/TestResults/
# Note: this step is currently not writing to the gist for some reason
# - name: Create Test Coverage Badge