Skip to content

Commit bb60fa9

Browse files
authored
Update build.yml
1 parent 7910919 commit bb60fa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -41,7 +41,7 @@ jobs:
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
@@ -64,8 +64,8 @@ jobs:
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'

0 commit comments

Comments
 (0)