diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d61737..6e6aeca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }}