Skip to content

Commit 1642825

Browse files
committed
fix(ci): update paths
1 parent cd96337 commit 1642825

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8+
- '.github/workflows/**'
89
- 'gradle.properties'
910
- 'gradle/**'
1011
- 'plugin/**'
@@ -40,8 +41,8 @@ jobs:
4041
run: |
4142
cd $GITHUB_WORKSPACE/src
4243
./gradlew make generateUpdaterJson
43-
cp plugin/**/build/*.zip $GITHUB_WORKSPACE/builds
44-
cp build/updater.json $GITHUB_WORKSPACE/builds
44+
cp plugins/*/build/outputs/*.zip $GITHUB_WORKSPACE/builds
45+
cp build/outputs/updater.json $GITHUB_WORKSPACE/builds
4546
4647
- name: Push builds
4748
run: |

0 commit comments

Comments
 (0)