mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
[skip ci] Add version to artifact name
we can't do this for releases because some download URLs might rely on it being named SideStore.ipa Build Info will also have version anyways
This commit is contained in:
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: Upload SideStore.ipa Artifact
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
with:
|
||||
name: SideStore.ipa
|
||||
name: SideStore-${{ steps.version.outputs.version }}.ipa
|
||||
path: SideStore.ipa
|
||||
|
||||
- name: Upload *.dSYM Artifact
|
||||
|
||||
Reference in New Issue
Block a user