Skip to content

Commit

Permalink
Fix the output path
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Oct 7, 2024
1 parent 06e8d3b commit ed9fcba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: (Screenshot) Screenshot Pull Request Changes
run: |
./bms.mjs --url https://basemaps.linz.govt.nz --output $PWD/.artifacts/visual-snapshots
./bms.mjs --url https://basemaps.linz.govt.nz --output .artifacts/visual-snapshots
- name: Save snapshots
uses: getsentry/action-visual-snapshot@v2
Expand Down

0 comments on commit ed9fcba

Please sign in to comment.