diff --git a/.github/workflows/dynamic_libs.yaml b/.github/workflows/dynamic_libs.yaml index dfba6f3..9d8b9b0 100644 --- a/.github/workflows/dynamic_libs.yaml +++ b/.github/workflows/dynamic_libs.yaml @@ -54,4 +54,4 @@ jobs: - name: Release uses: softprops/action-gh-release@v2 with: - files: ./target/release/${{ matrix.platform.lib_name }} + files: ./target/${{ matrix.platform.target }}/release/${{ matrix.platform.lib_name }}