Download in pwd, not in artifacts/

Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
This commit is contained in:
Stavros Ntentos
2024-02-29 16:54:40 +02:00
committed by Brenden Matthews
parent d5471c1f82
commit 2f851665fd

View File

@@ -132,7 +132,7 @@ jobs:
- name: Download all artifacts
uses: actions/download-artifact@v4
with:
path: ${{ github.workspace }}/artifacts
path: ${{ github.workspace }}
- name: Create Conky Release
id: create_release