Update main.yml

This commit is contained in:
MeowcaTheoRange 2022-05-08 13:04:03 -05:00 committed by GitHub
parent 0a299f736f
commit 5972fbd743
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" name: "Mid-Sim Electron Build (${{ github.runner_id }})"
allowUpdates: true allowUpdates: true
commit: "main" commit: "main"
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}