Fix Windows master build uploads.

This commit is contained in:
Julian Groß 2024-09-02 12:38:46 +02:00 committed by GitHub
parent eb168e4e5d
commit 0f123d7d95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -248,7 +248,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_PATTERN }}
path: ./build/${{ env.ARTIFACT_PATTERN }}
path: ${{runner.workspace}}/build/${{ env.ARTIFACT_PATTERN }}
if-no-files-found: error
#- name: Archive symbols