mirror of
https://github.com/remko/waforth
synced 2024-11-16 07:47:30 +01:00
github: Remove debugging output
This commit is contained in:
parent
b985748ef2
commit
bdf2d36a90
1 changed files with 1 additions and 4 deletions
5
.github/workflows/publish-standalone.yml
vendored
5
.github/workflows/publish-standalone.yml
vendored
|
@ -17,13 +17,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/setup
|
||||
- run: |
|
||||
make -C src/standalone install-deps package
|
||||
shasum src/standalone/waforth*
|
||||
- run: make -C src/standalone install-deps package
|
||||
- run: make -C src/standalone check
|
||||
- name: "Upload artifacts"
|
||||
run: |
|
||||
ls -l src/standalone
|
||||
for f in src/standalone/waforth-*.tgz; do
|
||||
curl --fail \
|
||||
-H "Authorization: token $GITHUB_TOKEN" \
|
||||
|
|
Loading…
Reference in a new issue