Skip to content

Commit

Permalink
fix: updated bad names of asset_name`s in github ci config causing fi…
Browse files Browse the repository at this point in the history
…les with invalid extensions to be uploaded
  • Loading branch information
Khertys committed Oct 23, 2023
1 parent 97517ac commit 36a6b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Validator.zip
asset_name: Validator (linux)
asset_name: Validator.zip
asset_content_type: application/zip

- name: Upload Validator-win.zip to release
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./Validator-win.zip
asset_name: Validator (win)
asset_name: Validator-win.zip
asset_content_type: application/gzip

- name: Publish nuget
Expand Down

0 comments on commit 36a6b2b

Please sign in to comment.