Skip to content

Commit 1c0a21c

Browse files
rahul31124marcnause
authored andcommitted
Rename uploaded artifact from 'Generated' to 'Final'
1 parent 23b8296 commit 1c0a21c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push-event.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- name: Upload iOS IPA
172172
uses: actions/upload-artifact@v7
173173
with:
174-
name: iOS IPA Generated
174+
name: iOS IPA Final
175175
# TODO: Remove pslab-unsigned.ipa from this list once iOS certs are renewed.
176176
path: |
177177
pslab-unsigned.ipa
@@ -350,4 +350,4 @@ jobs:
350350
351351
git branch -D app
352352
git branch -m app
353-
git push --force origin app
353+
git push --force origin app

0 commit comments

Comments
 (0)