mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +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
|
- uses: ./.github/actions/setup
|
||||||
- run: |
|
- run: |
|
||||||
make -C src/standalone install-deps package
|
make -C src/standalone install-deps package
|
||||||
md5sum src/standalone/waforth*
|
shasum src/standalone/waforth*
|
||||||
- name: "Upload artifacts"
|
- name: "Upload artifacts"
|
||||||
run: |
|
run: |
|
||||||
ls -l src/standalone
|
ls -l src/standalone
|
||||||
|
|
Loading…
Reference in a new issue