Fix invalid attribute

pull/7154/head
Gokhan Gulbiz 2023-08-16 19:31:06 +03:00
parent acc18ec533
commit 6005499df5
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
2 changed files with 3 additions and 2 deletions

View File

@ -7,9 +7,9 @@ runs:
using: composite
steps:
- uses: actions/upload-artifact@v3.1.1
if-no-files-found: ignore
with:
name: ${{ inputs.folder }}
if-no-files-found: ignore
path: |
src/test/regress/proxy.output
src/test/regress/results/

View File

@ -15,7 +15,8 @@ runs:
if: failure()
shell: bash
- uses: actions/upload-artifact@v3.1.1
if-no-files-found: ignore
with:
path: src/test/regress/regression.diffs
name: ${{ inputs.folder }}
if-no-files-found: ignore