mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-16 18:23:53 +01:00
start on nightly builds
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com>
This commit is contained in:
committed by
Joe Mattiello
parent
da246fa30b
commit
8ffa952ff9
28
.github/workflows/build.yml
vendored
28
.github/workflows/build.yml
vendored
@@ -23,6 +23,23 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Test nightly
|
||||||
|
run: touch test.ipa
|
||||||
|
|
||||||
|
- name: Upload to nightly release
|
||||||
|
uses: IsaacShelton/update-existing-release@v1.3.1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
release: "Nightly"
|
||||||
|
tag: "nightly"
|
||||||
|
prerelease: true
|
||||||
|
files: test.ipa
|
||||||
|
message: "Nightly build for commit [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})"
|
||||||
|
body: ""
|
||||||
|
|
||||||
|
- name: Trigger error
|
||||||
|
run: exit 1
|
||||||
|
|
||||||
# - name: Cache rust cargo
|
# - name: Cache rust cargo
|
||||||
# id: cache-rust-cargo
|
# id: cache-rust-cargo
|
||||||
# uses: actions/cache@v3
|
# uses: actions/cache@v3
|
||||||
@@ -113,3 +130,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: SideStore.ipa
|
name: SideStore.ipa
|
||||||
path: SideStore.ipa
|
path: SideStore.ipa
|
||||||
|
|
||||||
|
- name: Upload to nightly release
|
||||||
|
uses: IsaacShelton/update-existing-release@v1.3.1
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
release: "Nightly"
|
||||||
|
tag: "nightly"
|
||||||
|
prerelease: true
|
||||||
|
files: SideStore.ipa
|
||||||
|
message: "Nightly build for commit [${{ github.sha }}](https://github.com/${{ github.repository }}/commit/${{ github.sha }})"
|
||||||
|
body: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user