Skip to content

Commit

Permalink
Merge pull request #47 from tumes/patch-2
Browse files Browse the repository at this point in the history
Fix interpolation issue in ci.yml
  • Loading branch information
jeremiahlukus authored Oct 14, 2024
2 parents 8264e4e + cd636ad commit 4b7eb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ jobs:
if: failure()
with:
name: screenshots
path: ${{ github.workspace }}/tmp/screenshots
path: {{ "${{ github.workspace }}/tmp/screenshots" }}
if-no-files-found: ignore

0 comments on commit 4b7eb25

Please sign in to comment.