Fix docker builds.

This commit is contained in:
Kavin 2022-09-11 02:17:14 +05:30
parent 5c907ce628
commit aa511a79f0
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -31,8 +31,8 @@ jobs:
check-latest: true
cache: "gradle"
- name: Run Build
run: ./gradlew build
- run: mv "build/libs/piped-"*"-all.jar" piped.jar
run: ./gradlew shadowJar
- run: mv build/libs/piped-*-all.jar piped.jar
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
with: