Skip to content

Commit

Permalink
fix:修正GitHub action文件
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyumc committed Aug 6, 2024
1 parent 8e6bdd5 commit 7e183ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/[Client]Push Docker image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: /home/runner/work/YuYuWechat/YuYuWechat/YuYuWechatV2_Client/GitHub Action Build Docker.yml
asset_name: GitHub Action Build Docker.yml
asset_path: /home/runner/work/YuYuWechat/YuYuWechat/YuYuWechatV2_Client/docker-compose.yml
asset_name: docker-compose.yml
asset_content_type: application/yaml

- name: Log in to Docker Hub
Expand Down

0 comments on commit 7e183ed

Please sign in to comment.