mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +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:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
args: 'waforth-*.tgz'
|
||||
args: 'src/standalone/waforth-*.tgz'
|
||||
|
|
Loading…
Reference in a new issue