mirror of
https://github.com/remko/waforth
synced 2025-01-14 08:01:34 +01:00
github: Fix publish-standalone on windows
This commit is contained in:
parent
fd549ede26
commit
fbda564440
1 changed files with 1 additions and 0 deletions
1
.github/workflows/publish-standalone.yml
vendored
1
.github/workflows/publish-standalone.yml
vendored
|
@ -31,4 +31,5 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
RELEASE_ASSETS_UPLOAD_URL: https://uploads.github.com/repos/${{ github.event.repository.full_name}}/releases/${{ github.event.release.id }}/assets
|
RELEASE_ASSETS_UPLOAD_URL: https://uploads.github.com/repos/${{ github.event.repository.full_name}}/releases/${{ github.event.release.id }}/assets
|
||||||
|
shell: bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue