Skip to content

Commit

Permalink
fix: CI not uploading dot files (#6876)
Browse files Browse the repository at this point in the history
  • Loading branch information
shairez committed Sep 12, 2024
1 parent bb3198f commit bb42772
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/popular-dragons-greet.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@builder.io/qwik': path
'@builder.io/qwik': patch
---

fix: SSG Link componet strips search parameters
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-qwik-no-optimizer
include-hidden-files: true
path: packages/qwik/dist/
if-no-files-found: error

Expand Down Expand Up @@ -300,6 +301,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-bindings-${{ matrix.settings.target }}
include-hidden-files: true
path: packages/qwik/bindings/
if-no-files-found: error

Expand Down Expand Up @@ -356,6 +358,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-qwik
include-hidden-files: true
path: |
packages/qwik/bindings
packages/qwik/dist
Expand Down Expand Up @@ -433,6 +436,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-qwikcity
include-hidden-files: true
path: packages/qwik-city/lib/
if-no-files-found: error

Expand All @@ -443,6 +447,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-qwiklabs
include-hidden-files: true
path: |
packages/qwik-labs/lib/
packages/qwik-labs/vite/
Expand All @@ -456,6 +461,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-qwikreact
include-hidden-files: true
path: |
packages/qwik-react/lib/
packages/qwik-react/package.json
Expand All @@ -468,6 +474,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-create-qwik
include-hidden-files: true
path: packages/create-qwik/dist/
if-no-files-found: error

Expand All @@ -478,6 +485,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-eslint-plugin-qwik
include-hidden-files: true
path: packages/eslint-plugin-qwik/dist/
if-no-files-found: error

Expand Down Expand Up @@ -582,6 +590,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-docs
include-hidden-files: true
path: |
packages/docs/dist
packages/docs/server
Expand Down

0 comments on commit bb42772

Please sign in to comment.