File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,12 +46,11 @@ jobs:
4646 if : steps.release.outputs.release_created
4747 run : |
4848 set -x
49- gh release upload ${RELEASE_PLEASE_TAG_NAME} \
50- bash-completion-$(cat version.txt).tar.xz sha256sums.txt
49+ gh release upload ${RELEASE_PLEASE_TAG_NAME} bash-completion-*.tar.xz
5150 env :
5251 GH_TOKEN : ${{github.token}}
5352 RELEASE_PLEASE_TAG_NAME : ${{steps.release.outputs.tag_name}}
5453 - uses : actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
5554 if : steps.release.outputs.release_created
5655 with :
57- subject-checksums : sha256sums.txt
56+ subject-path : bash-completion-*.tar.xz
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ pytestdebug.log
1111/bash_completion.sh
1212/.mise.local.toml
1313/.mise. * .local.toml
14- /sha256sums.txt
1514/venv /
1615
1716# Files generated by autotools
Original file line number Diff line number Diff line change @@ -6,4 +6,3 @@ autoreconf -i
66# TODO: Consider using the already created and tested tarball from the CI
77# workflow
88make distcheck
9- sha256sum bash-completion-* .tar.* > sha256sums.txt
You can’t perform that action at this time.
0 commit comments