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