Skip to content

Commit 6889047

Browse files
Fix
1 parent af449cd commit 6889047

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
ref: ${{ env.OAS_BRANCH }}
2626
sparse-checkout: ${{ env.OAS_FILE }}
2727
path: dev-oas
28-
#
29-
# - name: Upload OAS file
30-
# uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
31-
# with:
32-
# name: oas-dev
33-
# path: ${{ env.OAS_FILE }}
28+
29+
- name: Upload OAS file
30+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
31+
with:
32+
name: oas-dev
33+
path: ${{ env.OAS_FILE }}
3434

3535
- name: Checkout repository (scripts)
3636
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
@@ -49,10 +49,10 @@ jobs:
4949
- name: Install npm dependencies
5050
run: npm install
5151

52-
# - name: Download oas-dev
53-
# uses: actions/download-artifact@v4
54-
# with:
55-
# name: oas-dev
52+
- name: Download oas-dev
53+
uses: actions/download-artifact@v4
54+
with:
55+
name: oas-dev
5656

5757
- name: Debug Checkout
5858
run: |

0 commit comments

Comments
 (0)