Skip to content

Commit

Permalink
Maybe I overcomplicated it here
Browse files Browse the repository at this point in the history
  • Loading branch information
dfellis committed Jun 25, 2020
1 parent f0e025c commit bb73d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: "$(Join-Path (Get-Location).Path 'h3-node-windows-${{ matrix.node-version }}.zip')"
asset_path: ./h3-node-windows-${{ matrix.node-version }}.zip
asset_name: h3-node-windows-${{ matrix.node-version }}.zip
asset_content_type: application/zip

Expand Down

0 comments on commit bb73d88

Please sign in to comment.