diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index ea4d2d08b..7450051a3 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -195,7 +195,7 @@ jobs: uses: ./.github/workflows/windows-profile-build.yml permissions: contents: write - needs: [build-data] + needs: [windows-step-1, build-data] with: build-version: ${{ needs.build-data.outputs.version }} profile-data-path-archive: zen-windows-x86_64-profile-data-and-jarlog.zip diff --git a/.github/workflows/windows-profile-build.yml b/.github/workflows/windows-profile-build.yml index 0f3b95215..3a9963789 100644 --- a/.github/workflows/windows-profile-build.yml +++ b/.github/workflows/windows-profile-build.yml @@ -22,7 +22,17 @@ jobs: repository: BrowserWorks/Waterfox clean: true + - uses: actions/download-artifact@v4 + name: Download artifact + with: + path: C:\artifact + - name: Unpack artifact + run: | + cd C:\artifact + ls + 7z x ${{ inputs.profile-data-path-archive }} + ls - name: Setup run: |