Skip to content

Commit

Permalink
ci: update setup name
Browse files Browse the repository at this point in the history
  • Loading branch information
avestura committed Feb 7, 2024
1 parent 943761c commit 13ff994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ${{ github.workspace }}\AdvancedInstaller\Setup\EyesGuard-Setup-${{ github.ref_name }}.exe
asset_name: EyesGuard-Setup-${{ github.ref_name }}.exe
asset_name: EyesGuard-Setup-${{ github.ref_name }}-${{ matrix.targetplatform }}.exe
asset_content_type: application/zip

0 comments on commit 13ff994

Please sign in to comment.