Skip to content

Commit

Permalink
Merge pull request #53 from vagetablechicken/add-sha
Browse files Browse the repository at this point in the history
build: add sha256 in release
  • Loading branch information
tobegit3hub authored Oct 11, 2023
2 parents 6cb2016 + 54bfb0d commit 9a7d2d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,16 @@ jobs:
run: |
./dev/make-distribution.sh --name openmldbspark --tgz -Phadoop-3.3 -Pyarn -Pkubernetes -Phive -Phive-thriftserver
- name: generate signature
run: |
sha256sum spark-*-bin-openmldbspark.tgz > SHA256SUM
- name: Release
if: startsWith(github.ref, 'refs/tags/v')
uses: softprops/action-gh-release@v1
with:
files: |
spark-*-bin-openmldbspark.tgz
SHA256SUM
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9a7d2d0

Please sign in to comment.