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