Fix syntax error in GitHub Release asset upload task
This commit is contained in:
parent
d437ecc69f
commit
aed43cc988
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -897,7 +897,7 @@ jobs:
|
||||
- name: Get tag name
|
||||
id: get-tag
|
||||
run: |
|
||||
tag=$(echo "${{ github.ref }}" | sed -e 's|^refs/tags/||)'
|
||||
tag=$(echo "${{ github.ref }}" | sed -e 's|^refs/tags/||')
|
||||
echo "::set-output name=tag::$tag"
|
||||
- uses: ./.github/actions/upload-release-asset
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user