Update main.yml

This commit is contained in:
MeowcaTheoRange 2022-05-08 08:44:11 -05:00 committed by GitHub
parent 4b9a3c73e8
commit 1970b2b827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,8 +39,8 @@ jobs:
- uses: ncipollo/release-action@v1
with:
artifacts: "${GITHUB_WORKSPACE}/build/*"
bodyFile: "README.md"
tag: "MidSimElectron"
body: "Electron build of Mid-Sim, built on ${RUNNER_NAME} (${RUNNER_OS} ${RUNNER_ARCH})"
tag: "MidSimElectron-${GITHUB_SHA}"
commit: "main"
token: ${{ secrets.GITHUB_TOKEN }}