Update main.yml
This commit is contained in:
parent
34c439d2f9
commit
0a299f736f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -81,8 +81,9 @@ jobs:
|
|||
with:
|
||||
artifacts: "${{ github.workspace }}/build/*.zip"
|
||||
body: "Electron build of Mid-Sim, built automatically on ${{ runner.name }} (${{ runner.os }} ${{ runner.arch }})"
|
||||
tag: "MSEB-${{ github.sha }}"
|
||||
tag: "Mid-SimElectronBuild"
|
||||
name: "Mid-Sim Electron Build"
|
||||
allowUpdates: true
|
||||
commit: "main"
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue