[CI]: Fix dSYM artifact upload path

This commit is contained in:
Magesh K
2024-12-25 21:54:41 +05:30
parent 5e753855a3
commit a642553b43

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: |