mirror of
https://github.com/rehlds/rehlds.git
synced 2025-04-03 16:19:07 +03:00
Update build.yml
This commit is contained in:
parent
e9991716fc
commit
89958d348e
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -25,6 +25,9 @@ jobs:
|
|||||||
buildTest: 'Test Fixes'
|
buildTest: 'Test Fixes'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Configure
|
||||||
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -90,8 +93,9 @@ jobs:
|
|||||||
shell: "pwsh"
|
shell: "pwsh"
|
||||||
|
|
||||||
- name: Import PFX and sign
|
- name: Import PFX and sign
|
||||||
|
if: github.event_name != 'pull_request'
|
||||||
env:
|
env:
|
||||||
KEY_PFX_PASS: ${{ secrets.KEY_PFX_PASS}}
|
KEY_PFX_PASS: ${{ secrets.KEY_PFX_PASS }}
|
||||||
run: |
|
run: |
|
||||||
$pfxBase64 = "${{ secrets.KEY_PFX_B64 }}"
|
$pfxBase64 = "${{ secrets.KEY_PFX_B64 }}"
|
||||||
[IO.File]::WriteAllBytes("${{ github.workspace }}\signing-cert.pfx", [Convert]::FromBase64String($pfxBase64))
|
[IO.File]::WriteAllBytes("${{ github.workspace }}\signing-cert.pfx", [Convert]::FromBase64String($pfxBase64))
|
||||||
@ -158,11 +162,6 @@ jobs:
|
|||||||
container: debian:11-slim
|
container: debian:11-slim
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
dpkg --add-architecture i386
|
dpkg --add-architecture i386
|
||||||
@ -174,6 +173,14 @@ jobs:
|
|||||||
git cmake rsync \
|
git cmake rsync \
|
||||||
g++ gcc
|
g++ gcc
|
||||||
|
|
||||||
|
- name: Configure
|
||||||
|
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: GPG Import
|
- name: GPG Import
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.PUB_ASC }}" > "${{ secrets.PUB_ASC_FILE }}"
|
echo "${{ secrets.PUB_ASC }}" > "${{ secrets.PUB_ASC_FILE }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user