[dSYMs]: updated makefile to define configuration explicitly, renamed xcarhive and retain dSYMs at original location

This commit is contained in:
Magesh K
2024-12-24 02:51:12 +05:30
parent a7b84bbc20
commit 015863b4fc
3 changed files with 16 additions and 8 deletions

View File

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