Skip to content

Commit

Permalink
Merge pull request #33 from ledhed2222/gess
Browse files Browse the repository at this point in the history
guess
  • Loading branch information
ledhed2222 authored Feb 15, 2025
2 parents 6eefa01 + f7e3f1b commit 373056e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Build App Installer Bundles
uses: shannah/jdeploy@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ github.token }}
- name: Upload Build Artifacts for DMG Action
if: ${{ vars.JDEPLOY_CREATE_DMG == 'true' }} # Only needed if creating DMG
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
openjdk64-23.0.2
openjdk64-23.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"jdk": true,
"javaVersion": "23",
"jar": "target/EWItool-2.4.0.jar",
"javafx": false,
"javafx": true,
"title": "EWItool"
},
"dependencies": {
Expand Down

0 comments on commit 373056e

Please sign in to comment.