fix: Add ./Version to download-artifact

This commit is contained in:
Aviv Cohn
2025-02-13 09:18:48 -05:00
parent 046df157e4
commit f8fd0c5606

View File

@@ -105,7 +105,7 @@ jobs:
uses: actions/download-artifact@v4 uses: actions/download-artifact@v4
with: with:
name: Build name: Build
path: ./ path: ./Version
- name: Unzip Build file - name: Unzip Build file
run: | run: |
Get-ChildItem .\*.zip | Expand-Archive -DestinationPath .\ Get-ChildItem .\*.zip | Expand-Archive -DestinationPath .\