Skip to content

Commit

Permalink
Update vsce-attach-file.yml
Browse files Browse the repository at this point in the history
ole authored Jan 30, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c97192e commit 2f9b8e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vsce-attach-file.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.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: ${{ join('githistory-', github.event.release.tag_name, '.vsix') }}
asset_name: ${{ join('githistory-', github.event.release.tag_name, '.vsix') }}
asset_path: ${{ format('githistory-{0}.vsix', github.event.release.tag_name) }}
asset_name: ${{ format('githistory-{0}.vsix', github.event.release.tag_name) }}
asset_content_type: application/zip

0 comments on commit 2f9b8e1

Please sign in to comment.