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