We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a557f54 commit bc014a6Copy full SHA for bc014a6
.github/workflows/client.yaml
@@ -14,7 +14,7 @@ jobs:
14
java-version: "23"
15
- uses: gradle/actions/setup-gradle@v4
16
- run: ./gradlew client:packageReleaseDistributionForCurrentOS
17
- - run: mv GTA\ Killer-*.msi client.msi
+ - run: mv 'GTA Killer-*.msi' client.msi
18
working-directory: client/build/compose/binaries/main-release/msi/
19
- name: Release
20
uses: softprops/action-gh-release@v2
0 commit comments