build on linux instead
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build Launcher
|
||||
runs-on: windows-latest
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
with:
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- run: rm ./pub/CringeLauncher.deps.json
|
||||
|
||||
- run: 7z a ../pub.zip ./
|
||||
- run: zip -qq -r ../pub.zip ./
|
||||
working-directory: ./pub
|
||||
name: Zip Results
|
||||
|
||||
|
Reference in New Issue
Block a user