Skip to content

Commit

Permalink
Sync dev and master (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
machv authored Nov 19, 2024
1 parent f4a1cba commit b6f58dc
Show file tree
Hide file tree
Showing 7 changed files with 734 additions and 662 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
environment: release
name: Bump version
if: "!contains(github.event.head_commit.message, '[no release]')"
runs-on: windows-2019
runs-on: windows-latest
permissions:
# needed to create a release
contents: write
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
new-release:
name: Create release
if: "!contains(github.event.head_commit.message, '[no release]')"
runs-on: self-hosted
runs-on: windows-latest
permissions:
# needed to create a release
contents: write
Expand All @@ -69,7 +69,7 @@ jobs:
SIGN_SCRIPT_URI: ${{ secrets.SIGN_SCRIPT_URI }}
CLIENT_ID: ${{ secrets.CLIENT_ID }} # just to obfusctate it in the output
run: |
./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $true -SignScriptUri $env:SIGN_SCRIPT_URI -ClientId $env:CLIENT_ID
./build.ps1 -Version ${{ needs.new-version.outputs.new_tag }} -SignScripts $false -SignScriptUri $env:SIGN_SCRIPT_URI -ClientId $env:CLIENT_ID
Move-Item ./Release.zip mslab_${{ needs.new-version.outputs.new_tag }}.zip
- name: Create changelog
id: changelog
Expand Down
Loading

0 comments on commit b6f58dc

Please sign in to comment.