From 79564860d51506e9a0fcd5cacf9a60b244da3763 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Wed, 18 Dec 2024 00:00:49 +0000 Subject: [PATCH] Add CI-ID.txt to sym-store zip --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index cfe8c69161..c82b5871dc 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -172,6 +172,7 @@ jobs: job_url=$(gh run --repo ${{ github.repository }} view ${{ github.run_id }} --json jobs --jq '.jobs[] | select(.name == "windows-${{ inputs.image }}") | .url') printf "Ref ${{ github.ref }}\nJob ${job_url}\nCommit ${{ github.sha }}\n" > install/CI-ID.txt cp install/CI-ID.txt pdb/CI-ID.txt + cp install/CI-ID.txt SymStore/CI-ID.txt - name: Store OpenMW archived pdb files uses: actions/upload-artifact@v4