Skip to content

Commit

Permalink
Fix pwsh syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Feb 19, 2025
1 parent a557f54 commit bc014a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: "23"
- uses: gradle/actions/setup-gradle@v4
- run: ./gradlew client:packageReleaseDistributionForCurrentOS
- run: mv GTA\ Killer-*.msi client.msi
- run: mv 'GTA Killer-*.msi' client.msi
working-directory: client/build/compose/binaries/main-release/msi/
- name: Release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit bc014a6

Please sign in to comment.