Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
arch: x86_64
test-bin-suffix: .md.exe

- identifier: windows-debug
- identifier: windows-debug-replace
os: windows-latest
name: 🏁 Windows Debug (Replace Error UTF Compliance)
target: template_debug
Expand All @@ -46,7 +46,7 @@ jobs:
platform: macos
arch: universal

- identifier: macos-debug
- identifier: macos-debug-replace
os: macos-latest
name: 🍎 macOS (universal) Debug (Replace Error UTF Compliance)
target: template_debug
Expand All @@ -68,15 +68,15 @@ jobs:
platform: linux
arch: x86_64

- identifier: linux-debug
- identifier: linux-debug-replace
os: ubuntu-22.04
name: 🐧 Linux Debug (Replace Error UTF Compliance)
target: template_debug
platform: linux
compliance_type: error_replace
arch: x86_64

- identifier: linux-debug
- identifier: linux-debug-error
os: ubuntu-22.04
name: 🐧 Linux Debug (Build Error UTF Compliance)
target: template_debug
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
uses: actions/upload-artifact/merge@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
delete-merged: true
separate-directories: true
name: ${{ github.event.repository.name }}-library
pattern: ${{ github.event.repository.name }}-*-library

Expand Down