Skip to content

Commit ce36dc7

Browse files
authored
fix(ci): correct file paths in deployment (#1006)
1 parent d00814f commit ce36dc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
if: (github.event_name == 'push') && (github.ref_name == 'main')
153153
with:
154154
name: isa-explorer-spreadsheet
155-
path: gen/isa_explorer/browser
155+
path: gen/isa_explorer/spreadsheet
156156
build-html-isa-manual:
157157
if: (github.event_name == 'merge_queue') || (inputs.dry-run == false)
158158
runs-on: ubuntu-latest
@@ -219,7 +219,7 @@ jobs:
219219
if: (github.event_name == 'push') && (github.ref_name == 'main')
220220
with:
221221
name: rvi20
222-
path: gen/proc_crd/pdf/RVI20ProfileRelease.pdf
222+
path: gen/profile/pdf/RVI20ProfileRelease.pdf
223223
build-rva20-profile:
224224
if: (github.event_name == 'merge_queue') || (inputs.dry-run == false)
225225
runs-on: ubuntu-latest
@@ -235,7 +235,7 @@ jobs:
235235
if: (github.event_name == 'push') && (github.ref_name == 'main')
236236
with:
237237
name: rva20
238-
path: gen/proc_crd/pdf/RVA20ProfileRelease.pdf
238+
path: gen/profile/pdf/RVA20ProfileRelease.pdf
239239
build-rva22-profile:
240240
if: (github.event_name == 'merge_queue') || (inputs.dry-run == false)
241241
runs-on: ubuntu-latest
@@ -251,7 +251,7 @@ jobs:
251251
if: (github.event_name == 'push') && (github.ref_name == 'main')
252252
with:
253253
name: rva22
254-
path: gen/proc_crd/pdf/RVA22ProfileRelease.pdf
254+
path: gen/profile/pdf/RVA22ProfileRelease.pdf
255255
build-rva23-profile:
256256
if: (github.event_name == 'merge_queue') || (inputs.dry-run == false)
257257
runs-on: ubuntu-latest
@@ -267,7 +267,7 @@ jobs:
267267
if: (github.event_name == 'push') && (github.ref_name == 'main')
268268
with:
269269
name: rva23
270-
path: gen/proc_crd/pdf/RVA23ProfileRelease.pdf
270+
path: gen/profile/pdf/RVA23ProfileRelease.pdf
271271
build-rvb23-profile:
272272
if: (github.event_name == 'merge_queue') || (inputs.dry-run == false)
273273
runs-on: ubuntu-latest
@@ -283,7 +283,7 @@ jobs:
283283
if: (github.event_name == 'push') && (github.ref_name == 'main')
284284
with:
285285
name: rvb23
286-
path: gen/proc_crd/pdf/RVB23ProfileRelease.pdf
286+
path: gen/profile/pdf/RVB23ProfileRelease.pdf
287287
build-ac100-crd:
288288
if: (github.event_name == 'merge_queue') || (inputs.dry-run == false)
289289
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)