Update main.yml
This commit is contained in:
parent
4b9a3c73e8
commit
1970b2b827
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -39,8 +39,8 @@ jobs:
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "${GITHUB_WORKSPACE}/build/*"
|
artifacts: "${GITHUB_WORKSPACE}/build/*"
|
||||||
bodyFile: "README.md"
|
body: "Electron build of Mid-Sim, built on ${RUNNER_NAME} (${RUNNER_OS} ${RUNNER_ARCH})"
|
||||||
tag: "MidSimElectron"
|
tag: "MidSimElectron-${GITHUB_SHA}"
|
||||||
commit: "main"
|
commit: "main"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue