From 58b0c56c9415710e728ab36a1f836b8c8ce78250 Mon Sep 17 00:00:00 2001 From: trippjoe Date: Thu, 31 Mar 2022 16:31:07 -0400 Subject: [PATCH] t --- .github/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bcc093..c762ed8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,9 @@ jobs: tag_name: v0.${{ github.run_number}} files: | ./out/make/OpenGOAL Launcher.dmg - ./out/make/**/**/*.deb - ./out/make/**/**/*setup*.exe + .\out\make\**\**\*.deb + .\out\make\**\**\*Setup*.exe + ./out/make/**/**/*Setup*.exe env: GITHUB_REPOSITORY: trippjoe/launcher GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}