mirror of
https://github.com/remko/waforth
synced 2025-01-14 08:01:34 +01:00
github: Packaging fixes
This commit is contained in:
parent
772aa23a0f
commit
50839164ab
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-standalone.yml
vendored
1
.github/workflows/publish-standalone.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
||||||
- run: make -C src/standalone install-deps package
|
- run: make -C src/standalone install-deps package
|
||||||
- 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