Update main.yml
This commit is contained in:
parent
f2e37f1e32
commit
1336d0c0bb
1 changed files with 8 additions and 2 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -23,9 +23,15 @@ jobs:
|
|||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v3
|
||||
- name: Create Release
|
||||
uses: ncipollo/release-action@v1.10.0
|
||||
|
||||
# Runs a set of commands using the runners shell
|
||||
- name: Run a multi-line script
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
cd /
|
||||
ls
|
||||
sudo npm install -g nativefier
|
||||
nativefier https://meowcatheorange.github.io/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 --icon "/home/theorange/Downloads/MidSimMain/Mid-Simulator-main/sprites/jellybeanTitle.png"
|
||||
|
||||
- name: Stage For Linux
|
||||
run: nativefier https://meowcatheorange.github.io/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
|
||||
|
|
Loading…
Reference in a new issue