Skip to content

Commit

Permalink
Renamed Output folder to Artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Aug 1, 2024
1 parent 16f9632 commit 22fa358
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: ImageMagick
certificate-profile-name: ImageMagick
files-folder: 'ImageMagick-Windows\Output\bin'
files-folder: 'ImageMagick-Windows\Artifacts\bin'
files-folder-filter: dll,exe
append-signature: true
timeout: 600
Expand All @@ -172,7 +172,7 @@ jobs:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: ImageMagick
certificate-profile-name: ImageMagick
files-folder: 'ImageMagick-Windows\Installer\Inno\Output'
files-folder: 'ImageMagick-Windows\Installer\Inno\Artifacts'
files-folder-filter: dll,exe
append-signature: true
timeout: 600
Expand All @@ -190,7 +190,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: 'ImageMagick-${{steps.version.outputs.version}}-${{matrix.quantum}}${{matrix.hdri_flag}}-${{matrix.type}}-${{matrix.platform}}'
path: 'ImageMagick-Windows\Installer\Inno\Output'
path: 'ImageMagick-Windows\Installer\Inno\Artifacts'

release_windows_source:
name: 'Windows source'
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
move Dependencies Source
move ImageMagick Source
move OptionalDependencies Source
move Output Source
move Artifacts Source
move Projects Source
7z a ImageMagick6-Windows.7z .\Source\*
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
endpoint: https://eus.codesigning.azure.net/
trusted-signing-account-name: ImageMagick
certificate-profile-name: ImageMagick
files-folder: 'ImageMagick-Windows\Output\bin'
files-folder: 'ImageMagick-Windows\Artifacts\bin'
files-folder-filter: exe
append-signature: true
timeout: 600
Expand All @@ -327,11 +327,11 @@ jobs:
shell: pwsh
run: |
[void](New-Item -Name "portable" -ItemType directory)
Copy-Item "ImageMagick-Windows\Output\bin\*.exe" "portable"
Copy-Item "ImageMagick-Windows\Output\bin\*.xml" "portable"
Copy-Item "ImageMagick-Windows\Output\bin\sRGB.icc" "portable"
Copy-Item "ImageMagick-Windows\Artifacts\bin\*.exe" "portable"
Copy-Item "ImageMagick-Windows\Artifacts\bin\*.xml" "portable"
Copy-Item "ImageMagick-Windows\Artifacts\bin\sRGB.icc" "portable"
Copy-Item "ImageMagick-Windows\Output\NOTICE.txt" "portable"
Copy-Item "ImageMagick-Windows\Artifacts\NOTICE.txt" "portable"
Copy-Item "ImageMagick-Windows\ImageMagick\ChangeLog.md" "portable"
Copy-Item "ImageMagick-Windows\ImageMagick\README.txt" "portable"
Copy-Item "ImageMagick-Windows\ImageMagick\LICENSE" "portable\LICENSE.txt"
Expand Down

0 comments on commit 22fa358

Please sign in to comment.