github: Remove debugging output

This commit is contained in:
Remko Tronçon 2022-06-10 20:22:57 +02:00
parent b985748ef2
commit bdf2d36a90

View file

@ -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" \