mirror of
https://github.com/remko/waforth
synced 2024-12-27 09:59:29 +01:00
github: Fix standalone package
This commit is contained in:
parent
c52a587e2d
commit
8ed86f21fd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-standalone.yml
vendored
2
.github/workflows/publish-standalone.yml
vendored
|
@ -22,4 +22,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
args: 'waforth-*.tgz'
|
args: 'src/standalone/waforth-*.tgz'
|
||||||
|
|
Loading…
Reference in a new issue