From b4fc9c6e3e6065e387e7ee3e9bb5381724213be4 Mon Sep 17 00:00:00 2001 From: Tim Harding Date: Thu, 21 Mar 2024 21:39:03 -0700 Subject: [PATCH] Set path of artifact downloads --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7877b47..b548f7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,16 +91,19 @@ jobs: uses: actions/download-artifact@v4 with: name: neophyte-linux + path: neophyte-linux - name: Download MacOS artifact uses: actions/download-artifact@v4 with: name: neophyte-macos + path: neophyte-macos - name: Download Windows artifact uses: actions/download-artifact@v4 with: name: neophyte-windows.exe + path: neophyte-windows.exe - name: Create release env: