chore: ci

This commit is contained in:
mrFq1 2024-04-23 15:48:06 +08:00
parent 80dcae5c3c
commit a4f051ab67
1 changed files with 3 additions and 3 deletions

View File

@ -9,14 +9,14 @@ on:
jobs: jobs:
build: build:
runs-on: macos-13 runs-on: macos-14
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: download meta core - name: download meta core
uses: robinraju/release-downloader@v1.9 uses: robinraju/release-downloader@v1.10
with: with:
repository: 'MetaCubeX/mihomo' repository: 'MetaCubeX/mihomo'
tag: "v1.18.3" tag: "v1.18.3"
@ -93,7 +93,7 @@ jobs:
path: "*.zip" path: "*.zip"
- name: upload build to github - name: upload build to github
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}