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: