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