fix: ffi builds output
...
This commit is contained in:
@@ -67,13 +67,13 @@ jobs:
|
|||||||
- name: Zip artifact (Unix)
|
- name: Zip artifact (Unix)
|
||||||
if: ${{ matrix.os != 'windows-latest' }}
|
if: ${{ matrix.os != 'windows-latest' }}
|
||||||
run: |
|
run: |
|
||||||
cd ${{ matrix.target }}/target/release/
|
cd target/${{ matrix.target }}/release/
|
||||||
zip ${{ github.workspace }}/${{ steps.setup.outputs.ZIP }} ${{ matrix.dylib }}
|
zip ${{ github.workspace }}/${{ steps.setup.outputs.ZIP }} ${{ matrix.dylib }}
|
||||||
|
|
||||||
- name: Zip artifact (Windows)
|
- name: Zip artifact (Windows)
|
||||||
if: ${{ matrix.os == 'windows-latest' }}
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
run: |
|
run: |
|
||||||
cd ${{ matrix.target }}/target/release/
|
cd target/${{ matrix.target }}/release/
|
||||||
Compress-Archive -Path ${{ matrix.dylib }} -DestinationPath ${{ github.workspace }}\${{ 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
|
# doublezip here but I don't think there is an alternative
|
||||||
|
|||||||
Reference in New Issue
Block a user