Skip to content

Commit

Permalink
chore(ci): Fixing zip command for the website
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus committed Aug 14, 2023
1 parent afafb7f commit a84b3ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
uses: montudor/action-zip@v1
- 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
Expand Down

0 comments on commit a84b3ce

Please sign in to comment.