mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Update build.yml
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com>
This commit is contained in:
committed by
Joe Mattiello
parent
a31fd6709a
commit
c212c0a6b2
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -21,6 +21,10 @@ jobs:
|
||||
- name: Test nightly
|
||||
run: echo "test" > test.ipa
|
||||
|
||||
- name: Get current date
|
||||
id: date
|
||||
run: echo "date=$(date -u +'%c')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Upload to nightly release
|
||||
uses: IsaacShelton/update-existing-release@v1.3.1
|
||||
with:
|
||||
@@ -34,9 +38,9 @@ jobs:
|
||||
|
||||
Nightly builds are built from the most recent commit. However, since they are much newer and less tested, they have a much higher chance of bugs, so **use at your own risk**.
|
||||
|
||||
If you use the SideStore (Nightly) app, it will use the latest nightly build.
|
||||
If you use the SideStore (Nightly) app, it will use the latest nightly build (make sure to update it in "My Apps").
|
||||
|
||||
Built at: $(date -u +'%c') (UTC)
|
||||
Built at: ${{ steps.date.outputs.date }} (UTC)
|
||||
|
||||
- name: Trigger error
|
||||
run: exit 1
|
||||
|
||||
Reference in New Issue
Block a user