Update main.yml
This commit is contained in:
parent
0c1c6a1dd9
commit
41b3b8345f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
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-Simulator Electron Build (${{ github.sha }})"
|
tag: "Mid-SimulatorElectronBuild-${{ github.sha }}"
|
||||||
commit: "main"
|
commit: "main"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue