mirror of
https://github.com/LiteyukiStudio/spage.git
synced 2025-07-15 02:21:01 +00:00
🔧 更新发布步骤,调整发布工件路径以包含所有构建产物
This commit is contained in:
2
.github/workflows/build-aio.yaml
vendored
2
.github/workflows/build-aio.yaml
vendored
@ -305,7 +305,7 @@ jobs:
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ needs.backend.outputs.tag }}
|
||||
artifacts: build/${{ env.BIN_NAME }}-*
|
||||
artifacts: build/*
|
||||
name: "Release ${{ needs.backend.outputs.tag }}"
|
||||
generateReleaseNotes: true
|
||||
allowUpdates: true
|
||||
|
Reference in New Issue
Block a user