From ca0f2d743159a76eca781eca803b5a8e38b04d78 Mon Sep 17 00:00:00 2001 From: trippjoe Date: Thu, 31 Mar 2022 15:48:43 -0400 Subject: [PATCH] . --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6e6aeca..86d04af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,9 @@ 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/win32-x64/opengoal-launcher.exe + ./out/make/squirrel.windows/win32-x64/opengoal-launcher Setup.exe + ./out/make/squirrel.windows/win32-x64/opengoal-launcher-Setup.exe env: GITHUB_REPOSITORY: trippjoe/launcher GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}