Attempt to fix build.

This commit is contained in:
Kavin 2022-09-11 02:13:28 +05:30
parent 07304408fc
commit 5c907ce628
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD
2 changed files with 4 additions and 1 deletions

View File

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

3
.gitignore vendored
View File

@ -21,6 +21,9 @@ bin/
# TxT File
*.txt
# Jar files
*.jar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*