diff --git a/.github/workflows/ffi-builds.yml b/.github/workflows/ffi-builds.yml index d91eb12..3cfd7b5 100644 --- a/.github/workflows/ffi-builds.yml +++ b/.github/workflows/ffi-builds.yml @@ -70,7 +70,7 @@ jobs: if: ${{ matrix.os == 'windows-latest' }} run: | cd target/release/ - Compress-Archive -Path ${{ matrix.dylib }} -DestinationPath ${{ steps.setup.outputs.ZIP }} + Compress-Archive -Path ${{ matrix.dylib }} -DestinationPath ${{ github.workspace }}\${{ steps.setup.outputs.ZIP }} # doublezip here but I don't think there is an alternative - name: Upload artifacts