We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ee66d commit d525957Copy full SHA for d525957
1 file changed
.github/workflows/releaser.yaml
@@ -109,14 +109,14 @@ jobs:
109
run: |
110
set -eu -o pipefail
111
cd ${{ env.DISTRIBUTIONS_PATH }}
112
- sha256sum emcd-projects-* >SHA256SUMS.txt
+ sha256sum emcd_projects-* >SHA256SUMS.txt
113
114
- name: Sign Distributions
115
uses: sigstore/gh-action-sigstore-python@v3.0.0
116
with:
117
inputs: >-
118
${{ env.DISTRIBUTIONS_PATH }}/SHA256SUMS.txt
119
- ${{ env.DISTRIBUTIONS_PATH }}/emcd-projects-*
+ ${{ env.DISTRIBUTIONS_PATH }}/emcd_projects-*
120
121
- name: Generate Release Notes
122
0 commit comments