ci: fix windows dst path
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
|||||||
if: ${{ matrix.os == 'windows-latest' }}
|
if: ${{ matrix.os == 'windows-latest' }}
|
||||||
run: |
|
run: |
|
||||||
cd target/release/
|
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
|
# doublezip here but I don't think there is an alternative
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user