Update main.yml
This commit is contained in:
parent
579e2a5ea0
commit
998596ce28
1 changed files with 4 additions and 4 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
@ -34,13 +34,13 @@ jobs:
|
||||||
cd ${{ env.GITHUB_WORKSPACE }}
|
cd ${{ env.GITHUB_WORKSPACE }}
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
nativefier https://meowcatheorange.github.io/Mid-Simulator/ --icon "${{ env.GITHUB_WORKSPACE }}/sprites/jellybeanTitle.png" --name "Mid-Simulator" --platform linux --arch x64 --portable --disable-context-menu --height 400 --width 700 --single-instance --zoom 1.0 --lang "en-US" --min-width 700 --min-height 400 --max-width 1400 --max-height 800
|
nativefier https://meowcatheorange.github.io/Mid-Simulator/ --icon "${{ github.workspace }}/sprites/jellybeanTitle.png" --name "Mid-Simulator" --platform linux --arch x64 --portable --disable-context-menu --height 400 --width 700 --single-instance --zoom 1.0 --lang "en-US" --min-width 700 --min-height 400 --max-width 1400 --max-height 800
|
||||||
|
|
||||||
- uses: ncipollo/release-action@v1
|
- uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
artifacts: "${{ env.GITHUB_WORKSPACE }}/build/*"
|
artifacts: "${{ github.workspace }}/build/*"
|
||||||
body: "Electron build of Mid-Sim, built on $RUNNER_NAME (${{ env.RUNNER_OS }} ${{ env.RUNNER_ARCH }})"
|
body: "Electron build of Mid-Sim, built on ${{ runner.name }} (${{ runner.os }} ${{ runner.arch }})"
|
||||||
tag: "MidSimElectron-${{ env.GITHUB_SHA }}"
|
tag: "MidSimElectron-${{ github.sha }}"
|
||||||
commit: "main"
|
commit: "main"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue