We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6715e commit 605a880Copy full SHA for 605a880
.github/workflows/dist-release.yml
@@ -25,7 +25,7 @@ jobs:
25
yarn build
26
- run: |
27
sudo apt-get update
28
- sudo apt-get install coreutils
+ sudo apt-get install -y md5sum
29
mkdir learn-github
30
mv README.md LICENSE learn-github
31
mv docs/.vuepress/dist learn-github
0 commit comments