Skip to content

Commit

Permalink
添加排除文件夹
Browse files Browse the repository at this point in the history
  • Loading branch information
wy414012 authored Oct 9, 2024
1 parent 7653284 commit 0a81e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Push Web server
env:
SECRET_CHECK_SCRIPT_URL: ${{ secrets.SECRET_CHECK_SCRIPT_URL }}
run: rsync -avz ./pve-manager_* ${SECRET_CHECK_SCRIPT_URL}
run: rsync -avz --exclude '*-build-deps*' ./pve-manager_* ${SECRET_CHECK_SCRIPT_URL}

- name: upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0a81e86

Please sign in to comment.