Skip to content

Commit 126c964

Browse files
committed
ci(deb package): remove sha256sums
1 parent d536116 commit 126c964

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/databend-release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -448,16 +448,6 @@ jobs:
448448
export version="${{ needs.create_release.outputs.version }}"
449449
export path="distro"
450450
nfpm pkg --packager ${{ matrix.packager }} -f <(envsubst '${name} ${version} ${path}' < .github/actions/publish_binary/nfpm.yaml)
451-
- name: generate sha256sums
452-
run: |
453-
version="${{ needs.create_release.outputs.version }}"
454-
sha256sum databend_*.${{ matrix.packager }} >> sha256-${version}-${{ matrix.packager }}.txt
455-
- name: post sha256
456-
uses: actions/upload-artifact@v3
457-
with:
458-
name: sha256sums
459-
path: sha256-${{ needs.create_release.outputs.version }}-${{ matrix.packager }}.txt
460-
retention-days: 1
461451
- name: Update release to github
462452
shell: bash
463453
# Reference: https://cli.github.com/manual/gh_release_upload

0 commit comments

Comments
 (0)