This commit is contained in:
trippjoe 2022-03-31 15:44:25 -04:00
parent 89482ffcee
commit 983a67a191

View file

@ -10,7 +10,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
# os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, macos-latest]
node: [16]
steps:
@ -34,8 +35,7 @@ jobs:
tag_name: v0.${{ github.run_number}}
files: |
./out/make/OpenGOAL Launcher.dmg
./out/make/opengoal-launcher.deb
./out/make/opengoal-launcher.exe
out/make/squirrel.windows/opengoal-launcher-win32-x64/opengoal-launcher.exe
env:
GITHUB_REPOSITORY: trippjoe/launcher
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}