mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
modify actions to work on test branch
This commit is contained in:
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -2,7 +2,7 @@ name: Nightly SideStore build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- actions-improvements
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -73,7 +73,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
release: "Nightly"
|
||||
tag: "nightly"
|
||||
tag: "nightly-test"
|
||||
prerelease: true
|
||||
files: SideStore.ipa
|
||||
body: |
|
||||
|
||||
Reference in New Issue
Block a user