Skip to content

Commit

Permalink
fix: correct path for scoop assets
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDeDobbeleer committed Oct 31, 2020
1 parent 0f9ef8b commit 64b537b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -133,7 +133,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: oh-my-posh.json
asset_path: ${{ github.workspace }}/packages/scoop/oh-my-posh.json
asset_name: oh-my-posh.json
asset_content_type: text/plain
- name: Upload Scoop Post Install
Expand All @@ -143,6 +143,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: post-install.ps1
asset_path: ${{ github.workspace }}/packages/scoop/post-install.ps1
asset_name: post-install.ps1
asset_content_type: text/plain

0 comments on commit 64b537b

Please sign in to comment.