-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
ac1dd97
commit 063010c
Showing
2 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -94,11 +94,11 @@ jobs: | |
arguments: packageDistributable | ||
- name: Setup MSbuild | ||
if: matrix.os == 'windows-latest' | ||
run: choco install windows-sdk --version=10.0.26624 | ||
uses: microsoft/[email protected] | ||
- name: Build MSIX | ||
if: matrix.os == 'windows-latest' | ||
run: | | ||
& 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.22000.0/x64/makeappx.exe' pack /d app/desktop/build/msix-workspace /p Tonbrett.msix | ||
& 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/makeappx.exe' pack /d app/desktop/build/msix-workspace /p Tonbrett.msix | ||
- name: Notarize MacOS installer | ||
if: matrix.os == 'macos-latest' | ||
uses: gradle/gradle-build-action@v2 | ||
|
@@ -190,7 +190,7 @@ jobs: | |
name: desktopapp-windows-latest | ||
- name: Code Sign 2021 | ||
run: | | ||
& 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.22000.0\x86\signtool.exe' sign /fd SHA256 /n "Open Source Developer, Michael Rittmeister" /t http://time.certum.pl/ /d Tonbrett Tonbrett.msix | ||
& 'C:\Program Files (x86)\Windows Kits\10\App Certification Kit\signtool.exe' sign /fd SHA256 /n "Open Source Developer, Michael Rittmeister" /t http://time.certum.pl/ /d Tonbrett Tonbrett.msix | ||
- name: Upload distributions | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
|
@@ -207,13 +207,13 @@ jobs: | |
with: | ||
name: msstore-workspace | ||
- name: Setup MSbuild | ||
run: choco install windows-sdk --version=10.0.26624 | ||
uses: microsoft/[email protected] | ||
- name: Configure the Microsoft Store CLI | ||
run: | | ||
Install-Module -Name StoreBroker -Force | ||
- name: Build MSIX | ||
run: | | ||
& 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.26624/x64/makeappx.exe' pack /d . /p Tonbrett.msix | ||
& 'C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/makeappx.exe' pack /d . /p Tonbrett.msix | ||
- name: Upload to MSStore | ||
env: | ||
CLIENT_ID: ${{ secrets.MS_CLIENT_ID }} | ||
|
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