Update and Clean Up CI (#1314)
This commit is contained in:
parent
d276bd7449
commit
4dc8a31d6d
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- "Swiftfin"
|
- "Swiftfin"
|
||||||
- "Swiftfin tvOS"
|
- "Swiftfin tvOS"
|
||||||
|
|
||||||
runs-on: macos-14
|
runs-on: macos-15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
@ -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 }}
|
|
|
@ -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 }}
|
|
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_build:
|
test_build:
|
||||||
runs-on: macos-14
|
runs-on: macos-15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Reference in New Issue