From b58f05e6136b2c67c4ec73cda3b00883fc51205f Mon Sep 17 00:00:00 2001 From: trippjoe Date: Thu, 31 Mar 2022 11:09:21 -0400 Subject: [PATCH] . --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff35257..8555267 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,9 +35,8 @@ jobs: tag_name: v0.${{ github.run_number}} files: | ./out/make/OpenGOAL Launcher.dmg - ./out/make/squirrel.windows/OpenGOAL-Launcher-win32-x64/OpenGOAL-Launcher.exe - ./out/make/squirrel.windows/OpenGOAL-Launcher-win32-x64/OpenGOAL-LauncherSetup.exe - ./out/make/squirrel.windows/OpenGOAL-Launcher-win32-x64/OpenGOAL-Launcher-Setup.exe + ./out/make/OpenGOAL-Launcher-win32-x64/*.exe + ./out/make/*.exe env: GITHUB_REPOSITORY: trippjoe/launcher GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}