Skip to content

Commit

Permalink
rm github.workspace from ci.yml, workspace should be inferred and its…
Browse files Browse the repository at this point in the history
… breaking cookiecutter
  • Loading branch information
jeremiahlukus committed Oct 14, 2024
1 parent 3526dcc commit 38075d7
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: tmp/screenshots
if-no-files-found: ignore

0 comments on commit 38075d7

Please sign in to comment.