Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Mar 29, 2024
1 parent ec2cf6d commit 7c6a00e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Scheme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Build Suwayomi-Server
run: ./gradlew desktop:copyTachidesk
run: ./gradlew desktop:setupTachideskJar

- name: Build Suwayomi-Server
- name: Run Suwayomi-Server
run: |
# Run the JAR file
java -jar desktop/src/main/resources/Tachidesk.jar &
java -jar desktop/src/main/resources/Tachidesk.jar > output.log &
# Capture the PID of the Java process
pid=$!
Expand Down

0 comments on commit 7c6a00e

Please sign in to comment.