mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-04 02:54:40 +00:00
chore: Update Windows profile build workflow to remove unnecessary steps and dependencies
This commit is contained in:
4
.github/workflows/alpha.yml
vendored
4
.github/workflows/alpha.yml
vendored
@@ -215,7 +215,7 @@ jobs:
|
||||
uses: ./.github/workflows/linux-alpha-build.yml
|
||||
permissions:
|
||||
contents: write
|
||||
needs: [build-data, windows-step-2] # Windows step 2 in order to avoid cloning all the artifacts again
|
||||
needs: [build-data] # Windows step 2 in order to avoid cloning all the artifacts again
|
||||
with:
|
||||
build-version: ${{ needs.build-data.outputs.version }}
|
||||
|
||||
@@ -224,7 +224,7 @@ jobs:
|
||||
uses: ./.github/workflows/macos-alpha-build.yml
|
||||
permissions:
|
||||
contents: write
|
||||
needs: [build-data, windows-step-2]
|
||||
needs: [build-data]
|
||||
with:
|
||||
build-version: ${{ needs.build-data.outputs.version }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user