mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-08 22:33:26 +01:00
[CI]: Fix dSYM artifact upload path
This commit is contained in:
2
.github/workflows/rebase.yml
vendored
2
.github/workflows/rebase.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user