Update main.yml

This commit is contained in:
MeowcaTheoRange 2022-05-08 12:55:07 -05:00 committed by GitHub
parent 34c439d2f9
commit 0a299f736f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}