From acd32e23aeb4c7e6ecf67ca069e0ec0c23dad89d Mon Sep 17 00:00:00 2001 From: uyjulian Date: Fri, 13 Sep 2024 09:28:14 -0500 Subject: [PATCH] ci: specify path for download artifact --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66b7da1..15cf4a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,16 +102,19 @@ jobs: uses: actions/download-artifact@v4 with: name: spc2it-ubuntu + path: spc2it-ubuntu - name: Download win32 artifact uses: actions/download-artifact@v4 with: name: spc2it-win32 + path: spc2it-win32 - name: Download macos artifact uses: actions/download-artifact@v4 with: name: spc2it-macos + path: spc2it-macos - name: Prepare artifacts for release run: |