Skip to content

Commit

Permalink
fixed typo in github pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mb-emag committed Sep 19, 2024
1 parent 1abfd6c commit 9212351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_radar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: npm run build
- run: if [ -n "$(git status --porcelain)" ]; then echo 'workspace is dirty after rebuilding' ; git status ; git diff ; exit 1 ; fi
- name: Upload pages Artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: build/

Expand Down

0 comments on commit 9212351

Please sign in to comment.