Skip to content

Commit bf4057e

Browse files
committed
fix: Ensure LICENSE is included in generated code bundles
Signed-off-by: Paul Horton <[email protected]>
1 parent 289da36 commit bf4057e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
# see https://github.com/actions/checkout
3333
uses: actions/checkout@v4
3434

35+
- name: Create Output Directory
36+
run: mkdir out/${{ matrix.language }}
37+
3538
- name: Run OpenAPI Generator
3639
uses: addnab/docker-run-action@v3
3740
with:

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
# see https://github.com/actions/checkout
2929
uses: actions/checkout@v4
3030

31+
- name: Create Output Directory
32+
run: mkdir out/${{ matrix.language }}
33+
3134
- name: Run OpenAPI Generator
3235
uses: addnab/docker-run-action@v3
3336
with:

0 commit comments

Comments
 (0)