Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 authored Oct 19, 2020
1 parent 7910919 commit bb60fa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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'
path: 'shadowJars'

0 comments on commit bb60fa9

Please sign in to comment.