更新构建配置

This commit is contained in:
星外之神 2022-05-20 18:37:10 +08:00
parent 332b47ede1
commit 27d6236003

View File

@ -41,7 +41,7 @@ jobs:
- name: "Upload binaries" - name: "Upload binaries"
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: Current(Compiled by MSVC) name: artifact
path: ./out path: ./out
release: release:
@ -56,6 +56,6 @@ jobs:
- uses: ncipollo/release-action@v1 - uses: ncipollo/release-action@v1
with: with:
allowUpdates: true allowUpdates: true
tag: all tag: Current(Compiled by MSVC)
artifacts: C:/_/artifacts/*.exe artifacts: C:/_/artifacts/*/*.exe
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}