mirror of
https://github.com/remko/waforth
synced 2024-11-17 07:48:06 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: ./.github/actions/setup
|
- uses: ./.github/actions/setup
|
||||||
- run: |
|
- run: make -C src/standalone install-deps package
|
||||||
make -C src/standalone install-deps package
|
|
||||||
shasum src/standalone/waforth*
|
|
||||||
- run: make -C src/standalone check
|
- run: make -C src/standalone check
|
||||||
- name: "Upload artifacts"
|
- name: "Upload artifacts"
|
||||||
run: |
|
run: |
|
||||||
ls -l src/standalone
|
|
||||||
for f in src/standalone/waforth-*.tgz; do
|
for f in src/standalone/waforth-*.tgz; do
|
||||||
curl --fail \
|
curl --fail \
|
||||||
-H "Authorization: token $GITHUB_TOKEN" \
|
-H "Authorization: token $GITHUB_TOKEN" \
|
||||||
|
|
Loading…
Reference in a new issue