Skip to content

Commit

Permalink
Fix Windows master build uploads.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGro authored Sep 2, 2024
1 parent eb168e4 commit 0f123d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f123d7

Please sign in to comment.