Merge pull request #26140 from ashley-cui/winrel

Update release action
This commit is contained in:
openshift-merge-bot[bot] 2025-05-15 09:12:18 +00:00 committed by GitHub
commit c983430aa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 3 deletions

View File

@ -72,7 +72,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.24.2' go-version: stable
- name: Set up pandoc - name: Set up pandoc
run: | run: |
sudo apt-get install -y pandoc sudo apt-get install -y pandoc
@ -109,7 +109,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.24.2' go-version: stable
- name: Create Keychain - name: Create Keychain
run: | run: |
echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12 echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12
@ -167,7 +167,7 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.24.2' go-version: stable
- name: Set up WiX - name: Set up WiX
run: dotnet tool install --global wix run: dotnet tool install --global wix
- name: Setup Signature Tooling - name: Setup Signature Tooling
@ -264,6 +264,8 @@ jobs:
run: | run: |
mv win-installer/* release-artifacts mv win-installer/* release-artifacts
mv mac-installers/* release-artifacts mv mac-installers/* release-artifacts
mv win-installer-amd64/* release-artifacts
mv win-installer-arm64/* release-artifacts
pushd release-artifacts pushd release-artifacts
sha256sum * > shasums sha256sum * > shasums
popd popd