Skip to content

Commit 586c576

Browse files
Fix
1 parent 6889047 commit 586c576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-IPA-metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
env:
1212
NODE_VERSION: '20.x'
1313
OAS_BRANCH: 'dev'
14-
OAS_FILE: 'openapi/v2.json'
14+
OAS_FILE: 'v2.json'
1515

1616
jobs:
1717
# Generates and uploads the IPA validation metrics to S3
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2424
with:
2525
ref: ${{ env.OAS_BRANCH }}
26-
sparse-checkout: ${{ env.OAS_FILE }}
26+
sparse-checkout: openapi/${{ env.OAS_FILE }}
2727
path: dev-oas
2828

2929
- name: Upload OAS file

0 commit comments

Comments
 (0)