gha: first attempt at signing binaries

This commit is contained in:
Alibek Omarov
2024-08-18 13:13:41 +03:00
parent 380a9f7a6f
commit c84d2f4624
2 changed files with 12 additions and 1 deletions

View File

@@ -60,6 +60,8 @@ jobs:
- name: Install dependencies
run: bash scripts/gha/deps_${{ matrix.targetos }}.sh
- name: Build engine
env:
FWGS_PFX_PASSWORD: ${{ secrets.FWGS_PFX_PASSWORD }}
run: bash scripts/gha/build_${{ matrix.targetos }}.sh
- name: Upload engine (artifacts)
uses: actions/upload-artifact@v4