Update main.yml

This commit is contained in:
MeowcaTheoRange 2022-05-08 10:46:19 -05:00 committed by GitHub
parent 0c1c6a1dd9
commit 41b3b8345f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ jobs:
with:
artifacts: "${{ github.workspace }}/build/*.zip"
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"
token: ${{ secrets.GITHUB_TOKEN }}