Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Til7701 committed Feb 25, 2024
1 parent 333773f commit d7041c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-jpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./target/jpackage-out/kurtama-client-${{ inputs.version }}_amd64.deb
file: ./target/jpackage-out/kurtama-client_${{ inputs.version }}_amd64.deb
asset_name: kurtama-client-${{ inputs.version }}.deb
overwrite: true
tag: ${{ inputs.tag }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./target/jpackage-out/kurtama-client-${{ inputs.version }}.exe
file: ./target/jpackage-out/kurtama-client_${{ inputs.version }}.exe
asset_name: kurtama-client-${{ inputs.version }}-setup.exe
overwrite: true
tag: ${{ inputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion build-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ "$1" = linux ]; then
elif [ "$1" = windows ]; then
echo "Building for Windows"
echo "Building client jar"
/mnt/c/Windows/System32/cmd.exe ./mvn.cmd --projects client --also-make --batch-mode --update-snapshots clean install package
cmd.exe ./mvn.cmd --projects client --also-make --batch-mode --update-snapshots clean install package

echo "Running jpackage"
jpackage --type exe \
Expand Down

0 comments on commit d7041c5

Please sign in to comment.