chore(workflow): fix build out path
This commit is contained in:
parent
d59ae652ba
commit
c8857e61fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -46,7 +46,7 @@ jobs:
|
|||
cd $GITHUB_WORKSPACE/src
|
||||
chmod +x gradlew
|
||||
./gradlew make generateUpdaterJson
|
||||
cp **/build/*.zip $GITHUB_WORKSPACE/builds
|
||||
cp plugins/*/build/*.zip $GITHUB_WORKSPACE/builds
|
||||
cp build/updater.json $GITHUB_WORKSPACE/builds
|
||||
|
||||
- name: Push builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue