We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6814b65 commit 7d7c8c5Copy full SHA for 7d7c8c5
.github/workflows/cmake-win.yml
@@ -33,7 +33,7 @@ jobs:
33
34
# Uncompress support libraries into directory c:\dcmtk_support\libs.
35
# We rename the original directory to libs so that the rest of the script
36
- # can use the ame path even if the support library package is updated
+ # can use the same path even if the support library package is updated
37
# in the future in the download task above.
38
- name: Uncompress Support libraries
39
shell: pwsh
@@ -118,4 +118,4 @@ jobs:
118
--prerelease-packages-clear-pattern "dcmtk-*-win64.zip" `
119
--prerelease-packages-keep-pattern "*<COMMIT_SHORT_SHA>*" `
120
--prerelease-sha master `
121
- --token ${{ secrets.RELEASE_DCMTK_TOKEN }}
+ --token ${{ secrets.RELEASE_DCMTK_TOKEN }}
0 commit comments