Skip to content

Commit

Permalink
Githubactions: Windows: Separate debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed May 28, 2024
1 parent 14eebee commit 4efbe0d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,19 @@ jobs:
- os: windows-2019
arch: x86
arch_cmake: Win32
tag: win2019_x86
- os: windows-2019
arch: x64
arch_cmake: x64
tag: win2019_x64
- os: windows-2022
arch: x86
arch_cmake: Win32
tag: win2022_x86
- os: windows-2022
arch: x64
arch_cmake: x64
tag: win2022_x64

steps:
- name: Download source from job_1
Expand Down Expand Up @@ -140,5 +144,5 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: yubihsm-shell-install_log
name: yubihsm-shell-install_log_${{ matrix.tag }}
path: install_opensc.log

0 comments on commit 4efbe0d

Please sign in to comment.