mirror of
https://github.com/netchx/netch.git
synced 2026-03-18 18:13:21 +08:00
Update and rename dotnetcore.yml to build.yml
This commit is contained in:
@@ -35,13 +35,13 @@ jobs:
|
||||
- name: Upload Netch.x64
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Netch.x64
|
||||
name: Netch.x64-${{ env.GITHUB_TAG_NAME }}
|
||||
path: Netch\bin\x64\Release\win-x64
|
||||
|
||||
- name: Upload Netch.x86
|
||||
uses: actions/upload-artifact@v1
|
||||
with:
|
||||
name: Netch.x86
|
||||
name: Netch.x86-${{ env.GITHUB_TAG_NAME }}
|
||||
path: Netch\bin\x86\Release\win-x86
|
||||
|
||||
# Create a new release: create a tag, then 'git push origin <tagname>', wait for it to build
|
||||
Reference in New Issue
Block a user