Fixed typo in socat workflow
This commit is contained in:
parent
5c3ec0f2da
commit
62ad95dfa4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-socat.yml
vendored
2
.github/workflows/build-socat.yml
vendored
|
@ -143,7 +143,7 @@ jobs:
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: socat-v{{ needs.build-x86.outputs.version }}
|
name: socat-v${{ needs.build-x86.outputs.version }}
|
||||||
tag: socat-v${{ needs.build-x86.outputs.version }}
|
tag: socat-v${{ needs.build-x86.outputs.version }}
|
||||||
artifacts: "/tmp/releases/*/*"
|
artifacts: "/tmp/releases/*/*"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in a new issue