Skip to content

Commit

Permalink
fix: ubuntu image install md5sum
Browse files Browse the repository at this point in the history
  • Loading branch information
eryajf committed Mar 22, 2023
1 parent e4ea031 commit 2af8d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dist-to-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
mv README.md LICENSE default.conf go-ldap-admin-ui
mv dist go-ldap-admin-ui
tar zcvf go-ldap-admin-ui-${{ env.GITHUB_REF_NAME }}.tar.gz go-ldap-admin-ui
sudo apt-get update
sudo apt-get install md5sum
md5 go-ldap-admin-ui-${{ env.GITHUB_REF_NAME }}.tar.gz > go-ldap-admin-ui-${{ env.GITHUB_REF_NAME }}.tar.gz.md5
- name: Upload release package
Expand Down

0 comments on commit 2af8d1b

Please sign in to comment.