mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:58:51 +02:00
Fix Windows master build uploads.
This commit is contained in:
parent
eb168e4e5d
commit
0f123d7d95
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master_build.yml
vendored
2
.github/workflows/master_build.yml
vendored
|
@ -248,7 +248,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACT_PATTERN }}
|
name: ${{ env.ARTIFACT_PATTERN }}
|
||||||
path: ./build/${{ env.ARTIFACT_PATTERN }}
|
path: ${{runner.workspace}}/build/${{ env.ARTIFACT_PATTERN }}
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
#- name: Archive symbols
|
#- name: Archive symbols
|
||||||
|
|
Loading…
Reference in a new issue