Skip to content

Commit

Permalink
added output path for download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Dec 19, 2024
1 parent 5e61f24 commit dfa04b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: blazium-anko-extension-vsix
path: ${{ github.workspace }}\dist

- name: Create GitHub Release
id: createRelease
Expand All @@ -163,7 +164,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.createRelease.outputs.upload_url }}
asset_path: ${{ github.workspace }}/dist/blazium-anko-extension-${{ needs.build.outputs.version }}.vsix
asset_path: ${{ github.workspace }}\dist\blazium-anko-extension-${{ needs.build.outputs.version }}.vsix
asset_name: blazium-anko-extension-${{ needs.build.outputs.version }}.vsix
asset_content_type: application/octet-stream

Expand Down

0 comments on commit dfa04b6

Please sign in to comment.