File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 - name : Build fat jars
2121 run : ./gradlew shadowJar
2222 - name : Move jars
23- run : mkdir shadowJars && mv */ build/libs/imgui- *.jar shadowJars
23+ run : mkdir shadowJars && mv build/libs/imgui*.jar shadowJars
2424 - uses : actions/upload-artifact@v1
2525 with :
2626 name : ImGui linux artifacts
4141 - name : Build fat jars
4242 run : ./gradlew shadowJar
4343 - name : Move jars
44- run : mkdir shadowJars; mv */ build/libs/imgui- *.jar shadowJars
44+ run : mkdir shadowJars; mv build/libs/imgui*.jar shadowJars
4545 - uses : actions/upload-artifact@v1
4646 with :
4747 name : ImGui windows artifacts
6464 - name : Build fat jars
6565 run : ./gradlew shadowJar
6666 - name : Move jars
67- run : mkdir shadowJars && mv */ build/libs/imgui- *.jar shadowJars
67+ run : mkdir shadowJars && mv build/libs/imgui*.jar shadowJars
6868 - uses : actions/upload-artifact@v1
6969 with :
7070 name : ImGui macOS artifacts
71- path : ' shadowJars'
71+ path : ' shadowJars'
You can’t perform that action at this time.
0 commit comments