Skip to content

Commit

Permalink
Fix upload-artifacts step
Browse files Browse the repository at this point in the history
  • Loading branch information
MakisH committed Apr 10, 2024
1 parent c3657a6 commit a9fa860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-config-visualizations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
if: always()
run: git status --porcelain | awk 'match($1, "M"){print $2}' | tar -czf modified-files.tar.gz -T -
- name: Upload any updated files
if: always()
uses: actions/upload-artifact@v4
with:
name: modified-files
if: always()
path: modified-files.tar.gz
if-no-files-found: ignore

0 comments on commit a9fa860

Please sign in to comment.