Fixed workspace path input to download action

This commit is contained in:
Thorsten Sommer 2024-06-15 10:30:44 +02:00
parent f4ee7de986
commit 754e146440
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -401,7 +401,7 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
path: $GITHUB_WORKSPACE/artifacts
path: ${{ github.workspace }}/artifacts
merge-multiple: false
- name: Display structure of downloaded files