-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ on: | |
|
||
jobs: | ||
build_windows: | ||
runs-on: windows-latest | ||
runs-on: [self-hosted, Windows, x64, code-sign] | ||
steps: | ||
- name: 📩 Set up JDK 11 | ||
- name: 📩 Grab the code | ||
uses: actions/checkout@v3 | ||
|
||
- name: 🏗️ Set up JDK 11 | ||
|
@@ -26,11 +26,15 @@ jobs: | |
- name: 📦 Build the Windows artifact | ||
run: bash build.sh dist-windows | ||
|
||
- name: 🔨 Create installer | ||
- name: 🔨 Create Windows installer | ||
uses: joncloud/[email protected] | ||
with: | ||
script-file: "Installer.nsi" | ||
|
||
- name: ✍️ Sign the Windows installer | ||
shell: cmd | ||
run: C:\signing\sign.bat dist\Casterlabs-Caffeinated-Setup.exe | ||
|
||
- name: 🆙 Upload the Windows artifact (x86_64) | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
|
@@ -46,7 +50,7 @@ jobs: | |
build_macos: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 📩 Set up JDK 11 | ||
- name: 📩 Grab the code | ||
uses: actions/checkout@v3 | ||
|
||
- name: 🏗️ Set up JDK 11 | ||
|
@@ -77,7 +81,7 @@ jobs: | |
build_linux: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: 📩 Set up JDK 11 | ||
- name: 📩 Grab the code | ||
uses: actions/checkout@v3 | ||
|
||
- name: 🏗️ Set up JDK 11 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.