Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode authored Nov 30, 2024
1 parent c11c492 commit c15fab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,12 @@ jobs:
mv hdGatling* dso/usd
- name: Create archive
if: inputs.run-tests
if: ${{ inputs.run-tests && failure() }}
working-directory: TEST
run: tar -zcvf test.zip *

- name: Upload archive
if: inputs.run-tests
if: ${{ inputs.run-tests && failure() }}
uses: actions/upload-artifact@v3
with:
name: test
Expand Down

0 comments on commit c15fab9

Please sign in to comment.