更新构建配置
This commit is contained in:
parent
332b47ede1
commit
27d6236003
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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 }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user