mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Create symbol server directory and make it an artifact
This commit is contained in:
parent
56a158049e
commit
fcc9755f72
1 changed files with 10 additions and 0 deletions
10
.github/workflows/windows.yml
vendored
10
.github/workflows/windows.yml
vendored
|
@ -134,6 +134,10 @@ jobs:
|
|||
mkdir ${{ github.workspace }}/build/iconengines
|
||||
cp plugins/iconengines/qsvgicon.dll ${{ github.workspace }}/build/iconengines
|
||||
|
||||
- name: Create symbol server directory structure
|
||||
run: |
|
||||
.\CI\Store-Symbols.ps1
|
||||
|
||||
- name: Move pdb files
|
||||
run: |
|
||||
robocopy build pdb *.pdb /MOVE
|
||||
|
@ -179,6 +183,12 @@ jobs:
|
|||
name: openmw-windows-${{ inputs.image }}-${{ github.sha }}
|
||||
path: ${{ github.workspace }}/install/*
|
||||
|
||||
- name: Store symbol server artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: openmw-windows-${{ inputs.image }}-sym-store-${{ github.sha }}
|
||||
path: ${{ github.workspace }}/SymStore/*
|
||||
|
||||
- name: Add install directory to PATH
|
||||
shell: bash
|
||||
run: echo '${{ github.workspace }}/install' >> ${GITHUB_PATH}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue