diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index feca8a5..1cca2d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,13 +94,15 @@ jobs: mkdir -p build/runtimes/osx/native mkdir -p build/runtimes/win-x64/native choco install nuget.commandline - - name: Download artifacts + - name: Download Artifacts uses: actions/download-artifact@v4 with: path: tmp - - name: Temp - shell: bash - run: ls -FlasR + - name: Set up Artifacts + run: | + mv tmp/linux-x64/* build/runtimes/linux-x64/native + mv tmp/osx/* build/runtimes/osx/native + mv tmp/win-x64/* build/runtimes/win-x64/native - name: Calculate Version id: version run: |