Skip to content

Commit d525957

Browse files
committed
Github Actions: releaser: Workaround naming issue for Hatch-generated artifacts.
1 parent d0ee66d commit d525957

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/releaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@ jobs:
109109
run: |
110110
set -eu -o pipefail
111111
cd ${{ env.DISTRIBUTIONS_PATH }}
112-
sha256sum emcd-projects-* >SHA256SUMS.txt
112+
sha256sum emcd_projects-* >SHA256SUMS.txt
113113
114114
- name: Sign Distributions
115115
uses: sigstore/gh-action-sigstore-python@v3.0.0
116116
with:
117117
inputs: >-
118118
${{ env.DISTRIBUTIONS_PATH }}/SHA256SUMS.txt
119-
${{ env.DISTRIBUTIONS_PATH }}/emcd-projects-*
119+
${{ env.DISTRIBUTIONS_PATH }}/emcd_projects-*
120120
121121
- name: Generate Release Notes
122122
run: |

0 commit comments

Comments
 (0)