Skip to content

Commit

Permalink
chore(ci): Trying to find out what is going wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Aug 14, 2023
1 parent 8e29572 commit ee1b522
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,27 @@ jobs:
flags: --recursive
- name: Install zip
uses: montudor/action-zip@v1
- name: List contents before zipping
run: |
ls -R dist/website
ls -R dist/packages/ec
ls -R dist/packages/eu
- name: Create the package
run: zip -r -qq europa-component-library-${{ steps.tag.outputs.tag }}.zip .
working-directory: dist/website

- name: Create the EC preset package
run: zip -r -qq ec-preset-${{ steps.tag.outputs.tag }}.zip .
working-directory: dist/packages/ec

- name: Create the EU preset package
run: zip -r -qq eu-preset-${{ steps.tag.outputs.tag }}.zip .
working-directory: dist/packages/eu

- name: List contents after zipping
run: |
ls -R
- name: Deploy packages to github
uses: AButler/upload-release-assets@v2.0
with:
Expand Down

0 comments on commit ee1b522

Please sign in to comment.