From 03346440064697d45f78ed0fa94f2655ca4d5d4c Mon Sep 17 00:00:00 2001 From: jaime-ez Date: Fri, 29 Jan 2021 16:02:14 -0300 Subject: [PATCH] wip --- .github/workflows/.github-actions-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/.github-actions-release.yml b/.github/workflows/.github-actions-release.yml index 820dbc41a..a7ff3ebd5 100644 --- a/.github/workflows/.github-actions-release.yml +++ b/.github/workflows/.github-actions-release.yml @@ -42,7 +42,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - asset_paths: '["build/*/*.tar.gz"]' + asset_paths: '["build/*"]' windows: @@ -67,7 +67,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - asset_paths: '["build/*/*.zip"]' + asset_paths: '["build/*"]' macos: runs-on: macos-latest @@ -91,4 +91,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - asset_paths: '["build/*/*.pkg"]' \ No newline at end of file + asset_paths: '["build/*"]' \ No newline at end of file