Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Controllerdestiny authored Sep 30, 2024
1 parent 63712e4 commit 5b40b79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ jobs:
Copy-Item out/**/*.dll,out/**/*.pdb out/Target/Plugins/
Copy-Item SubmoduleAssembly/* out/Target/Plugins/
Copy-Item bin/Plugins.json,README.md,Usage.txt,LICENSE out/Target/
python scripts/zip.py
- name: 上传临时插件包
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -154,11 +153,11 @@ jobs:
name: Plugins
path: out
merge-multiple: true
- name: 释放
- name: 保存压缩包
run: ls -R out

- name: 发布插件包
#if: github.event_name == 'push' && github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
uses: ncipollo/release-action@v1
with:
tag: V1.0.0.0
Expand Down

0 comments on commit 5b40b79

Please sign in to comment.