mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
github: Temporarily add md5sum to build
This commit is contained in:
parent
30067daf3c
commit
68a98836ab
1 changed files with 3 additions and 1 deletions
4
.github/workflows/publish-standalone.yml
vendored
4
.github/workflows/publish-standalone.yml
vendored
|
@ -17,7 +17,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/setup
|
||||
- run: make -C src/standalone install-deps package
|
||||
- run: |
|
||||
make -C src/standalone install-deps package
|
||||
md5sum src/standalone/waforth*
|
||||
- name: "Upload artifacts"
|
||||
run: |
|
||||
ls -l src/standalone
|
||||
|
|
Loading…
Reference in a new issue