Skip to content

Commit 28d09fa

Browse files
Fix
1 parent 03c10f8 commit 28d09fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Validate OAS file
3939
run: |
4040
if [ ! -f "${{ env.DEV_OAS_PATH }}/${{ env.OAS_FILE }}" ]; then
41+
ls -la
4142
echo "::error::OAS file not found in ${{ env.OAS_BRANCH }} branch"
4243
exit 1
4344
fi

0 commit comments

Comments
 (0)