Skip to content

Commit

Permalink
chore(labs): fix distribution build (#4584)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhevery committed Jun 24, 2023
1 parent a28768f commit e569a16
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,23 @@ jobs:
path: packages/qwik-city/lib/
if-no-files-found: error

############ RELEASE ############
- name: Print QwikLabs Lib Build
if: ${{ needs.changes.outputs.fullbuild == 'true' }}
run: tree packages/qwik-labs/lib/ tree packages/qwik-labs/lib-types/ tree packages/qwik-labs/vite/

- name: Upload QwikLabs Build Artifacts
if: ${{ needs.changes.outputs.fullbuild == 'true' }}
uses: actions/upload-artifact@master
with:
name: builderio-qwiklabs-distribution
path: |
packages/qwik-labs/lib/
packages/qwik-labs/lib-types/
packages/qwik-labs/vite/
packages/qwik-labs/package.json
if-no-files-found: error

############ RELEASE ############
release:
name: Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit e569a16

Please sign in to comment.