diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1e5945a..6f91a6a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,8 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # os: [windows-latest, ubuntu-latest, macos-latest] - os: [windows-latest, macos-latest] + os: [windows-latest, ubuntu-latest, macos-latest] node: [16] steps: @@ -35,7 +34,7 @@ jobs: tag_name: v0.${{ github.run_number}} files: | ./out/make/OpenGOAL Launcher.dmg - .\out\make\**\**\*.deb + ./out/make/**/**/*.deb ./out/make/**/**/*Setup*.exe env: GITHUB_REPOSITORY: trippjoe/launcher