1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2025-12-09 15:18:15 +08:00

Update ci.yml

This commit is contained in:
涵曦
2024-12-15 08:44:13 +08:00
committed by GitHub
parent 71af5f8d0e
commit 21296967bf

View File

@@ -120,6 +120,8 @@ jobs:
update-release:
runs-on: ubuntu-latest
needs: build-test-publish
permissions:
contents: write
steps:
- uses: actions/checkout@v4
@@ -131,8 +133,7 @@ jobs:
release_name: ${{ github.ref_name }}
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
# 上传打包文件
- name: Upload app-amd64.tar.gz
uses: actions/upload-release-asset@v1