From a642553b430502d31cfc6ced67c5c49441aa9577 Mon Sep 17 00:00:00 2001 From: Magesh K <47920326+mahee96@users.noreply.github.com> Date: Wed, 25 Dec 2024 21:54:41 +0530 Subject: [PATCH] [CI]: Fix dSYM artifact upload path --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 80d63cd2..7b6546a7 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -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: |