Skip to content

Commit dcc8251

Browse files
committed
Different path
1 parent 2f102f0 commit dcc8251

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/client.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,15 @@ jobs:
1313
run: |
1414
mkdir jextract && cd jextract
1515
curl -L -o jextract.tar.gz https://download.java.net/java/early_access/jextract/25/2/openjdk-25-jextract+2-4_windows-x64_bin.tar.gz
16-
tar xzf jextract.tar.gz --strip-components=1
17-
echo "$(pwd)\bin" >> $GITHUB_PATH
16+
tar xzvf jextract.tar.gz --strip-components=1
17+
echo "$(pwd)" >> $GITHUB_PATH
18+
pwd
19+
echo "a"
20+
ls
21+
echo "a"
22+
ls bin
23+
// D:\a\killscript\killscript\windows_helper
24+
echo "JEXTRACT=$(pwd)" >> $GITHUB_ENV
1825
- uses: actions/setup-java@v5
1926
with:
2027
distribution: "temurin"
@@ -23,7 +30,7 @@ jobs:
2330
with:
2431
cache-workspaces: windows_helper
2532
- uses: gradle/actions/setup-gradle@v5
26-
- run: ./gradlew client:packageReleaseDistributionForCurrentOS
33+
- run: ./gradlew client:packageReleaseDistributionForCurrentOS --stacktrace
2734
- run: mv 'GTA Killer-*.msi' client.msi
2835
working-directory: client/build/compose/binaries/main-release/msi/
2936
- name: Release

0 commit comments

Comments
 (0)