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 49787d2 commit 1fc9112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
- name: Run Docker image
run: docker run -itd --name baiduwp-php ${{ env.IMAGE_NAME }}

- name: Install zip
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

Expand Down

0 comments on commit 1fc9112

Please sign in to comment.