File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -448,16 +448,6 @@ jobs:
448
448
export version="${{ needs.create_release.outputs.version }}"
449
449
export path="distro"
450
450
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
461
451
- name : Update release to github
462
452
shell : bash
463
453
# Reference: https://cli.github.com/manual/gh_release_upload
You can’t perform that action at this time.
0 commit comments