mirror of
https://github.com/LiteyukiStudio/spage.git
synced 2025-07-15 10:31:15 +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
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
tag: ${{ needs.backend.outputs.tag }}
|
tag: ${{ needs.backend.outputs.tag }}
|
||||||
artifacts: build/${{ env.BIN_NAME }}-*
|
artifacts: build/*
|
||||||
name: "Release ${{ needs.backend.outputs.tag }}"
|
name: "Release ${{ needs.backend.outputs.tag }}"
|
||||||
generateReleaseNotes: true
|
generateReleaseNotes: true
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
|
Reference in New Issue
Block a user