Skip to content

Commit

Permalink
fix windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ivar Hatledal committed Aug 11, 2020
1 parent fcc7647 commit ba5d983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build on Windows
if: startsWith(runner.os, 'Windows')
run: ./gradlew clean build shadowJar
run: ./gradlew clean build installDist

- name: Build on Linux
if: startsWith(runner.os, 'Linux')
Expand Down

0 comments on commit ba5d983

Please sign in to comment.