From ec745127336cfb44570cca705b0cf015843bb9f7 Mon Sep 17 00:00:00 2001 From: jaime-ez Date: Fri, 29 Jan 2021 16:12:58 -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 a7ff3ebd5..820dbc41a 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/*"]' + asset_paths: '["build/*/*.tar.gz"]' windows: @@ -67,7 +67,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - asset_paths: '["build/*"]' + asset_paths: '["build/*/*.zip"]' macos: runs-on: macos-latest @@ -91,4 +91,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - asset_paths: '["build/*"]' \ No newline at end of file + asset_paths: '["build/*/*.pkg"]' \ No newline at end of file