Skip to content

Commit

Permalink
fix: edit workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 committed Sep 8, 2023
1 parent 74504fa commit 20db0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: create revision
run: |
poly_js=$(find apps/storefront/dist -name polyfills-legacy.*.js -type f -printf '%f')
index_js=$(find apps/storefront/dist -name index-legacy.*.js -type f -printf '%f')
index_js=$(find apps/storefront/dist -name index-legacy.*.js ! -path "apps/storefront/dist/assets/*" -type f -printf '%f')
curl --location --request POST '${{ secrets.API_HOST }}/api/v3/stores/revisions' \
--header 'Authorization: Basic ${{ secrets.API_CREDENTIAL }}' \
--header 'Content-Type: application/json' \
Expand Down

0 comments on commit 20db0c4

Please sign in to comment.