Update main.yml

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

View file

@ -34,7 +34,7 @@ jobs:
cd ${GITHUB_WORKSPACE}
mkdir build
cd build
nativefier https://meowcatheorange.github.io/Mid-Simulator/ --icon "${GITHUB_WORKSPACE}/sprites/jellybeanTitle" --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
with: