Skip to content

Commit

Permalink
chore: add default paths to build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Orkuncakilkaya committed Nov 6, 2023
1 parent e375be5 commit 6ab2ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
AK_CONTRACT_ID: '${{secrets.AK_CONTRACT_ID}}'
run: yarn ts-node scripts/createProperty.ts
- name: Build Patch Body
run: yarn build --type patchBody --proxy-secret ${{ FPJS_PROXY_SECRET }}
run: yarn build --type patchBody --proxy-secret ${{ FPJS_PROXY_SECRET }} --integration-path worker --agent-path pxdownload --result-path pxresult
- name: Deploy Akamai Rules
id: deploy-rules
env:
Expand Down

0 comments on commit 6ab2ff0

Please sign in to comment.