Skip to content

Commit

Permalink
Remove ref name from results artifact name (some characters are not s…
Browse files Browse the repository at this point in the history
…upported).
  • Loading branch information
fabienDaou authored Oct 7, 2024
1 parent 9fab624 commit fbc820d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gherkin-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: gherkin-tests-result-${{ github.ref_name }}
name: gherkin-tests-results
path: out.zip
retention-days: 1

0 comments on commit fbc820d

Please sign in to comment.