From 3fef7aef5f864aa63d713d5531da0a8e3ed268ba Mon Sep 17 00:00:00 2001 From: trippjoe Date: Thu, 31 Mar 2022 16:16:35 -0400 Subject: [PATCH] test --- .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 86d04af..26790fe 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/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 + out/**/*.deb + out/**/*setup*.exe env: GITHUB_REPOSITORY: trippjoe/launcher GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}