diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index b81bb745f..5cd4a6ae0 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -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