Merge pull request #371 from TeamPiped/test-ci

Fix docker ci builds
This commit is contained in:
Kavin 2022-09-11 02:22:13 +05:30 committed by GitHub
commit 19ccb3fdfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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