1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-30 12:32:36 +00:00

Create symbol server directory and make it an artifact

This commit is contained in:
AnyOldName3 2024-12-17 22:40:57 +00:00
parent 56a158049e
commit fcc9755f72

View File

@ -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}