Skip to content

Commit

Permalink
更新 Run Distributable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed Sep 4, 2024
1 parent c3f426c commit 562e3d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Run Distributable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,13 @@ jobs:
- name: Executing runDistributable with timeout for Windows
if: startsWith(matrix.os, 'windows')
run: |
start /B timeout /T 300
start /B ./gradlew runDistributable
timeout /T 300
taskkill /IM "MuJing.exe" /F
- name: Executing runDistributable with timeout for macOS
if: startsWith(matrix.os, 'macos')
run: |
gtimeout 300 ./gradlew runDistributable &
./gradlew runDistributable &
sleep 300
pkill -f "幕境"

0 comments on commit 562e3d3

Please sign in to comment.