File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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"
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
You can’t perform that action at this time.
0 commit comments