Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Feb 23, 2024
1 parent 6390e1e commit c689fa0
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,14 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4

- name: Tag Repo
uses: richardsimko/update-tag@v1
- run: |
mv *-*/mihomo* files/
- name: Upload Prerelease
uses: softprops/action-gh-release@v1
if: ${{ success() }}
with:
tag_name: Prerelease-${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: |
ls darwin-arm64
files: |
files/*
prerelease: true

0 comments on commit c689fa0

Please sign in to comment.