mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-11-22 21:49:44 +00:00
Update and Clean Up CI (#1314)
This commit is contained in:
parent
d276bd7449
commit
4dc8a31d6d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- "Swiftfin"
|
||||
- "Swiftfin tvOS"
|
||||
|
||||
runs-on: macos-14
|
||||
runs-on: macos-15
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
21
.github/workflows/draft_release.yml
vendored
21
.github/workflows/draft_release.yml
vendored
@ -1,21 +0,0 @@
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [draft_release]
|
||||
|
||||
jobs:
|
||||
test_build:
|
||||
runs-on: macos-14
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Create Release
|
||||
run: fastlane draftReleaseLane \
|
||||
repository:${{ github.event.client_payload.repository }} \
|
||||
apiToken:${{ github.event.client_payload.apiToken }} \
|
||||
tag:${{ github.event.client_payload.tag }} \
|
||||
name64:${{ github.event.client_payload.name64 }}
|
19
.github/workflows/tag.yml
vendored
19
.github/workflows/tag.yml
vendored
@ -1,19 +0,0 @@
|
||||
on:
|
||||
repository_dispatch:
|
||||
types: [tag]
|
||||
|
||||
jobs:
|
||||
test_build:
|
||||
runs-on: macos-14
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.JF_BOT_TOKEN }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Add Tag
|
||||
run: fastlane tagLane \
|
||||
tag:${{ github.event.client_payload.tag }} \
|
||||
commit:${{ github.event.client_payload.commit }}
|
2
.github/workflows/testflight.yml
vendored
2
.github/workflows/testflight.yml
vendored
@ -6,7 +6,7 @@ on:
|
||||
|
||||
jobs:
|
||||
test_build:
|
||||
runs-on: macos-14
|
||||
runs-on: macos-15
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user