Skip to content

Commit 03c10f8

Browse files
Fix
1 parent a72f045 commit 03c10f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Validate OAS file
3939
run: |
40-
if [ ! -f "dev-oas/${{ env.OAS_FILE }}" ]; then
40+
if [ ! -f "${{ env.DEV_OAS_PATH }}/${{ env.OAS_FILE }}" ]; then
4141
echo "::error::OAS file not found in ${{ env.OAS_BRANCH }} branch"
4242
exit 1
4343
fi

0 commit comments

Comments
 (0)