mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +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
|
||||
- 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