Skip to content

Commit

Permalink
Fix asset name including unsupported parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy-Gonzalez committed Jun 13, 2022
1 parent b661650 commit 20d0669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Prepare Asset Name
shell: bash
run: |
echo "ASSET_NAME=fsyaml-${{ github.ref_name }}-${{ matrix.label }} (${{ matrix.target }})" >> $GITHUB_ENV
echo "ASSET_NAME=fsyaml-${{ github.ref_name }}-${{ matrix.label }}-${{ matrix.target }}" >> $GITHUB_ENV
- name: Upload Archive to Release
uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 20d0669

Please sign in to comment.