Skip to content

Commit

Permalink
Fix upload of testresults artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zzambers committed Jul 22, 2024
1 parent 1349fe3 commit 1a7b754
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: linux-x64${{ matrix.artifact }}_testresults_${{ env.logsuffix }}
path: ~/linux-x64${{ matrix.artifact }}_testresults_${{ env.logsuffix }}.zip
continue-on-error: true

Expand Down Expand Up @@ -660,6 +661,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: linux-x86${{ matrix.artifact }}_testresults_${{ env.logsuffix }}
path: ~/linux-x86${{ matrix.artifact }}_testresults_${{ env.logsuffix }}.zip
continue-on-error: true

Expand Down Expand Up @@ -1169,6 +1171,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: windows-x64${{ matrix.artifact }}_testresults_${{ env.logsuffix }}
path: ~/windows-x64${{ matrix.artifact }}_testresults_${{ env.logsuffix }}.zip
continue-on-error: true

Expand Down Expand Up @@ -1326,6 +1329,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: windows-x86${{ matrix.artifact }}_testresults_${{ env.logsuffix }}
path: ~/windows-x86${{ matrix.artifact }}_testresults_${{ env.logsuffix }}.zip
continue-on-error: true

Expand Down Expand Up @@ -1556,6 +1560,7 @@ jobs:
if: always()
uses: actions/upload-artifact@v4
with:
name: macos-x64${{ matrix.artifact }}_testresults_${{ env.logsuffix }}
path: ~/macos-x64${{ matrix.artifact }}_testresults_${{ env.logsuffix }}.zip
continue-on-error: true

Expand Down

0 comments on commit 1a7b754

Please sign in to comment.