Skip to content

Commit

Permalink
(chore) Fix @upload-artifact GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
denniskigen committed Mar 6, 2024
1 parent 33df327 commit 83d8941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
name: packages
path: |
packages/**/dist
overwrite: true

pre_release:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -100,6 +101,7 @@ jobs:
name: packages
path: |
packages/**/dist
overwrite: true

release:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 30
overwrite: true

0 comments on commit 83d8941

Please sign in to comment.