Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
使用部署密钥以绕过分支保护
  • Loading branch information
ACaiCat authored Aug 31, 2024
commit 4919df675fd17a4039f6646469694dd70af38e79
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
submodules: 'recursive'
fetch-depth: 0
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: 初始化.NET 6
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -132,4 +133,4 @@ jobs:
artifacts: |
Plugins.zip
allowUpdates: true
removeArtifacts: true
removeArtifacts: true