mirror of
https://github.com/TeamPiped/Piped-Backend.git
synced 2024-08-14 23:51:41 +00:00
Merge pull request #370 from TeamPiped/dockerless-build
Attempt to fix build.
This commit is contained in:
commit
b4c16cbc6e
2 changed files with 4 additions and 1 deletions
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
|
@ -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
3
.gitignore
vendored
|
@ -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*
|
||||
|
||||
|
|
Loading…
Reference in a new issue