mirror of
https://github.com/remko/waforth
synced 2024-12-26 09:59:09 +01:00
Change release asset action
Hopefully, this one works on macOS.
This commit is contained in:
parent
250362dbeb
commit
1deba1d6bd
1 changed files with 3 additions and 4 deletions
7
.github/workflows/publish-standalone.yml
vendored
7
.github/workflows/publish-standalone.yml
vendored
|
@ -18,8 +18,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/actions/setup
|
||||
- run: make -C src/standalone install-deps package
|
||||
- uses: skx/github-action-publish-binaries@44887b225ceca96efd8a912d39c09ad70312af31
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: AButler/upload-release-assets@e940f6342206c9655b12a28a79646d3982571ad9
|
||||
with:
|
||||
args: 'src/standalone/waforth-*.tgz'
|
||||
files: 'src/standalone/waforth-*.tgz'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue