Skip to content

Commit b0c78c1

Browse files
fix maven project archive
1 parent c21889c commit b0c78c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/archive-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
- name: Create kotlin-dataframe-plugin-gradle-example archive
2727
run: |
2828
cd examples/kotlin-dataframe-plugin-gradle-example
29-
zip -r ../../kotlin-dataframe-plugin-gradle-example.zip . -x "*.git*" "build/*" ".gradle/*" "*/build/*"
29+
zip -r ../../kotlin-dataframe-plugin-gradle-example.zip . -x "*.git*" "build/*" ".gradle/*" "*/build/*" ".idea/*"
3030
3131
- name: Create kotlin-dataframe-plugin-maven-example archive
3232
run: |
3333
cd examples/kotlin-dataframe-plugin-maven-example
34-
zip -r ../../kotlin-dataframe-plugin-maven-example.zip . -x "*.git*" "build/*" ".gradle/*" "*/build/*"
34+
zip -r ../../kotlin-dataframe-plugin-maven-example.zip . -x "*.git*" "target/*" ".idea/*"
3535
3636
3737
- name: Checkout example-projects-archives branch

0 commit comments

Comments
 (0)