[CI]: Fix dSYM artifact upload path

This commit is contained in:
Magesh K
2024-12-25 21:54:41 +05:30
parent 912d37ff4d
commit 14f745a715

View File

@@ -180,7 +180,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: SideStore-${{ steps.version.outputs.version }}-dSYM
path: ./SideStore.xcarchive/dSYMs/
path: ./SideStore.xcarchive/dSYMs/*
- name: Get short commit hash
run: |