Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ jobs:
path: artifacts

- name: Install Package
shell: pwsh
run: |
$nupkg = Get-ChildItem -Path artifacts -Filter "*.nupkg" | Select-Object -First 1
dotnet tool install --global --add-source artifacts DemaConsulting.WeasyprintTool
run: dotnet tool install --global --add-source artifacts --version ${{ inputs.version }} DemaConsulting.WeasyprintTool

- name: Test Weasyprint Tool
shell: pwsh
Expand Down
Loading