chore: Update windows-profile-build workflow to unpack artifact using 7z

This commit is contained in:
Mauro Balades
2024-07-21 17:01:21 +02:00
parent e939e32da0
commit 77ee0cc065

View File

@@ -20,12 +20,12 @@ jobs:
- uses: actions/download-artifact@v4
name: Download artifact
with:
name: ${{ inputs.profile-data-path }}
path: C:\artifact
- name: Unpack artifact
run: |
cd C:\artifact
ls
7z x zen-*.zip
- uses: actions/checkout@v4