mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
github: Use shasum instead of md5sum
This commit is contained in:
parent
fb25416734
commit
532068cd3a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-standalone.yml
vendored
2
.github/workflows/publish-standalone.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: ./.github/actions/setup
|
||||
- run: |
|
||||
make -C src/standalone install-deps package
|
||||
md5sum src/standalone/waforth*
|
||||
shasum src/standalone/waforth*
|
||||
- name: "Upload artifacts"
|
||||
run: |
|
||||
ls -l src/standalone
|
||||
|
|
Loading…
Reference in a new issue