Skip to content

Commit

Permalink
Artifact fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n59321jh committed Aug 10, 2024
1 parent 486d494 commit dc4e791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,9 @@ runs:
with:
name: esbmc_output
path: |
*__${{ env.NOSPACE_GOTO_FILENAME }}
*__${{ env.NOSPACE_OUTPUT_FILENAME }}
*__${{ env.NOSPACE_WITNESS_FILENAME }}
**/*__${{ env.NOSPACE_GOTO_FILENAME }}
**/*__${{ env.NOSPACE_OUTPUT_FILENAME }}
**/*__${{ env.NOSPACE_WITNESS_FILENAME }}
if-no-files-found: warn
retention-days: ${{ inputs.artifact-retention-days }}
compression-level: ${{ inputs.artifact-compression-level }}
Expand Down

0 comments on commit dc4e791

Please sign in to comment.