mirror of
https://github.com/netchx/netch.git
synced 2026-04-21 21:19:52 +08:00
Update build.yml
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -42,7 +42,6 @@ jobs:
|
||||
Copy-Item -Recurse -Force .\NetchMode-master\mode\* .\mode
|
||||
Copy-Item -Recurse -Force .\NetchTranslation-master\i18n\* .\i18n
|
||||
|
||||
|
||||
Remove-Item -Recurse -Force NetchData-master
|
||||
Remove-Item -Recurse -Force NetchMode-master
|
||||
Remove-Item -Recurse -Force NetchTranslation-master
|
||||
@@ -50,6 +49,8 @@ jobs:
|
||||
Remove-Item -Force mode.zip
|
||||
Remove-Item -Force i18n.zip
|
||||
|
||||
Get-Item *
|
||||
|
||||
- name: Build
|
||||
shell: pwsh
|
||||
run: .\build.ps1 Release -o release
|
||||
|
||||
Reference in New Issue
Block a user