Skip to content

Commit 37cec3b

Browse files
committed
distribution should include all *.tar.gz files
1 parent 0e3cb93 commit 37cec3b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,10 @@ jobs:
6565
6666
- name: Release
6767
uses: softprops/action-gh-release@v2
68-
if: startsWith(github.ref, 'refs/tags/')
6968
with:
7069
tag_name: ${{ needs.create_release.outputs.tag-name }}
7170
files: |
72-
tokenize-source.tar.gz
73-
tokenize-cfiles.tar.gz
74-
tokenize-linux-amd64.tar.gz
71+
tokenize-*.tar.gz
7572
release_${{ matrix.release_suffix }}
7673
7774
# jobs:

0 commit comments

Comments
 (0)