Skip to content

Commit 48fed24

Browse files
committed
Adding to path
1 parent 4be55e8 commit 48fed24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
choco install pdftk-server
2222
refreshenv
23-
echo $env:path
23+
echo "C:\Program Files (x86)\PDFtk Server\bin\" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
2424
- uses: actions/checkout@v2
2525
- name: Setup .NET 5
2626
uses: actions/setup-dotnet@v1

0 commit comments

Comments
 (0)