Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
update: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yuantuo666 committed Nov 24, 2023
1 parent 1f0540d commit 23ca33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: docker exec baiduwp-php apt-get update && docker exec baiduwp-php apt-get install -y zip

- name: Pack source code
run: docker exec baiduwp-php zip -r /tmp/baiduwp-php.zip /app/*
run: docker exec baiduwp-php zip -r /tmp/baiduwp-php.zip /app

- name: Copy source code
run: docker cp baiduwp-php:/tmp/baiduwp-php.zip ./baiduwp-php-v${{ env.VERSION }}.zip
Expand Down

0 comments on commit 23ca33c

Please sign in to comment.