Skip to content

Commit

Permalink
Merge pull request #14 from newfold-labs/enhance/introduce-partial-up…
Browse files Browse the repository at this point in the history
…dates

Try Partial Update
  • Loading branch information
wpscholar authored Aug 29, 2024
2 parents 5de9137 + e12024d commit 82fbaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/satis-build-on-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: ./dist

- name: Run Build
run: composer run build
run: php -dmemory_limit=-1 vendor/bin/satis build --repository-url ${{ format('git@github.com:{0}/{1}.git', github.event.client_payload.vendor, github.event.client_payload.package) }} ./satis.json ./dist

- name: List files
run: ls -lah ./dist
Expand Down

0 comments on commit 82fbaec

Please sign in to comment.