From 2b79c5580ebcfcb3946a5f45f2a275be02036be7 Mon Sep 17 00:00:00 2001 From: trippjoe Date: Thu, 31 Mar 2022 21:38:06 -0400 Subject: [PATCH] updated github actions script --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57795da..6f9bffd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: with: tag_name: v0.${{ github.run_number}} files: | - ./out/make/**.dmg + ./out/make/*.dmg ./out/make/**/**/*.deb ./out/make/**/**/*Setup*.exe env: