Skip to content

Commit 7de85d2

Browse files
Remove generate_assets input from CI workflow
Removed generate_assets input and related conditions from the CI workflow. Signed-off-by: Shadownite133 <shadownite0130@gmail.com>
1 parent 2b31007 commit 7de85d2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci-build-windows.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ name: CI - Build - Windows
33
on:
44
workflow_dispatch:
55
inputs:
6-
generate_assets:
7-
type: boolean
8-
description: Generate assets
96
checkout_pr:
107
type: string
118
description: Checkout PR
@@ -151,16 +148,13 @@ jobs:
151148

152149
- name: Prepare assets
153150
run: ./prepare_assets.sh
154-
if: github.event.inputs.generate_assets == 'true'
155151

156152
- name: Prepare checksums
157153
run: ./prepare_checksums.sh
158-
if: github.event.inputs.generate_assets == 'true'
159154

160155
- name: Upload assets
161156
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
162157
with:
163158
name: bin-${{ matrix.vscode_arch }}
164159
path: assets/
165160
retention-days: 3
166-
if: github.event.inputs.generate_assets == 'true'

0 commit comments

Comments
 (0)