Skip to content

Commit b6f58dc

Browse files
authored
Sync dev and master (#610)
1 parent f4a1cba commit b6f58dc

7 files changed

Lines changed: 734 additions & 662 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
environment: release
1717
name: Bump version
1818
if: "!contains(github.event.head_commit.message, '[no release]')"
19-
runs-on: windows-2019
19+
runs-on: windows-latest
2020
permissions:
2121
# needed to create a release
2222
contents: write
@@ -54,7 +54,7 @@ jobs:
5454
new-release:
5555
name: Create release
5656
if: "!contains(github.event.head_commit.message, '[no release]')"
57-
runs-on: self-hosted
57+
runs-on: windows-latest
5858
permissions:
5959
# needed to create a release
6060
contents: write
@@ -69,7 +69,7 @@ jobs:
6969
SIGN_SCRIPT_URI: ${{ secrets.SIGN_SCRIPT_URI }}
7070
CLIENT_ID: ${{ secrets.CLIENT_ID }} # just to obfusctate it in the output
7171
run: |
72-
./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $true -SignScriptUri $env:SIGN_SCRIPT_URI -ClientId $env:CLIENT_ID
72+
./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $false -SignScriptUri $env:SIGN_SCRIPT_URI -ClientId $env:CLIENT_ID
7373
Move-Item ./Release.zip mslab_${{ needs.new-version.outputs.new_tag }}.zip
7474
- name: Create changelog
7575
id: changelog

0 commit comments

Comments
 (0)