mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +00:00
Add CI step to generate installer
This commit is contained in:
parent
9b222e670f
commit
41f449dc1e
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -195,6 +195,20 @@ jobs:
|
|||
${{ github.workspace }}/build/bin/*.debug
|
||||
${{ github.workspace }}/build/lib/*.debug
|
||||
|
||||
- name: Build Installer (Windows)
|
||||
if: matrix.os == 'windows-2022'
|
||||
shell: pwsh
|
||||
run: |
|
||||
cd build
|
||||
cpack
|
||||
|
||||
- name: Upload Installer (Windows)
|
||||
if: matrix.os == 'windows-2022'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: supercell-wx-installer-${{ matrix.artifact_suffix }}
|
||||
path: ${{ github.workspace }}/build/supercell-wx-*.msi*
|
||||
|
||||
- name: Build AppImage (Linux)
|
||||
if: matrix.os == 'ubuntu-22.04'
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue