mirror of https://github.com/containers/podman.git
commit
c983430aa0
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue