Update main.yml

This commit is contained in:
MeowcaTheoRange 2022-05-08 11:04:22 -05:00 committed by GitHub
parent 41b3b8345f
commit b20d881406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,8 @@ jobs:
with:
artifacts: "${{ github.workspace }}/build/*.zip"
body: "Electron build of Mid-Sim, built automatically on ${{ runner.name }} (${{ runner.os }} ${{ runner.arch }})"
tag: "Mid-SimulatorElectronBuild-${{ github.sha }}"
tag: "MSEB-${{ github.sha }}"
name: "Mid-Sim Electron Build"
commit: "main"
token: ${{ secrets.GITHUB_TOKEN }}