Skip to content

Commit

Permalink
improve CI CD
Browse files Browse the repository at this point in the history
  • Loading branch information
dharmesh-hemaram committed Apr 29, 2024
1 parent cdb80d9 commit f4c5359
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ jobs:
SENTRY_AUTH_TOKEN: ${{vars.SENTRY_AUTH_TOKEN}}
- name: bundle
run: |
mkdir build
mkdir bundle
cd dist/apps
zip -r ../../build/acf-extension.zip acf-extension/
zip -r ../../build/acf-options-page.zip acf-options-page/
zip -r ../../build/acf-i18n.zip acf-i18n/
zip -r ../../bundle/acf-extension.zip acf-extension/
zip -r ../../bundle/acf-options-page.zip acf-options-page/
zip -r ../../bundle/acf-i18n.zip acf-i18n/
- uses: actions/upload-artifact@v4
with:
name: nx-main-artifacts
path: build/*
path: bundle/*

release:
needs: [main]
Expand Down

0 comments on commit f4c5359

Please sign in to comment.