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 f542690 commit 7a30b22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -27,7 +27,7 @@ jobs:
- name: Build Windows Installer
run: |
cd installer
cd installers
./create_windows_installer.bat
- id: upload_windows
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build Linux Installer
run: |
cd installer
cd installers
bash create_ubuntu_installer.sh
- name: Upload Linux Installer
Expand Down

0 comments on commit 7a30b22

Please sign in to comment.