Skip to content

Commit

Permalink
🤦 fix workflows
Browse files Browse the repository at this point in the history
GitHub broke them.
Fix actions/upload-artifact#602
  • Loading branch information
Joshix-1 committed Sep 29, 2024
1 parent 8d06968 commit 847510a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: .coverage
if-no-files-found: error
include-hidden-files: true
name: coverage

sourcemaps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: .coverage
if-no-files-found: error
include-hidden-files: true
name: coverage

release:
Expand Down

0 comments on commit 847510a

Please sign in to comment.