Skip to content

Commit

Permalink
Working on github action to build and sign the Windows installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeheydorn committed Nov 26, 2024
1 parent 0bd683f commit ff732e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-sign-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: '22'
distribution: 'temurin'

- name: Extract Version from Windows Script
- name: Extract Version from Windows Script
id: extract_version_windows
run: |
version=$(grep -- '--app-version' installer/create_windows_installer.bat | sed 's/.*--app-version "\(.*\)".*/\1/')
Expand Down

0 comments on commit ff732e9

Please sign in to comment.