ci: fix windows dst path

This commit is contained in:
Théo Monnom
2023-05-15 12:37:25 +02:00
parent f577022497
commit 3998dd4a49
+1 -1
View File
@@ -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