diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bbeb516a..e303a75c2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Build fat jars run: ./gradlew shadowJar - name: Move jars - run: mkdir shadowJars && mv */build/libs/imgui-*.jar shadowJars + run: mkdir shadowJars && mv build/libs/imgui*.jar shadowJars - uses: actions/upload-artifact@v1 with: name: ImGui linux artifacts @@ -41,7 +41,7 @@ jobs: - name: Build fat jars run: ./gradlew shadowJar - name: Move jars - run: mkdir shadowJars; mv */build/libs/imgui-*.jar shadowJars + run: mkdir shadowJars; mv build/libs/imgui*.jar shadowJars - uses: actions/upload-artifact@v1 with: name: ImGui windows artifacts @@ -64,8 +64,8 @@ jobs: - name: Build fat jars run: ./gradlew shadowJar - name: Move jars - run: mkdir shadowJars && mv */build/libs/imgui-*.jar shadowJars + run: mkdir shadowJars && mv build/libs/imgui*.jar shadowJars - uses: actions/upload-artifact@v1 with: name: ImGui macOS artifacts - path: 'shadowJars' \ No newline at end of file + path: 'shadowJars'