From b711b68433155b1aa880db6069d297056f96af90 Mon Sep 17 00:00:00 2001 From: Chris Xiao <30990835+chrisx8@users.noreply.github.com> Date: Thu, 29 Apr 2021 14:15:32 -0400 Subject: [PATCH] only release bz2 and zip --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e82998f..82a9549 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,6 +51,8 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: dist/* + files: | + dist/*.bz2 + dist/*.zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}