Skip to content

Commit

Permalink
Create symbol server directory and make it an artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyOldName3 committed Dec 17, 2024
1 parent 56a1580 commit fcc9755
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down

0 comments on commit fcc9755

Please sign in to comment.