Skip to content

Commit

Permalink
Fix conflicting artifact
Browse files Browse the repository at this point in the history
Only upload the signing configuration from Windows.
  • Loading branch information
martincostello committed Dec 14, 2023
1 parent d7077e6 commit 8e99a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:

- name: Upload signing file list
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: matrix.os_name == 'windows'
with:
name: signing-config
path: eng/signing
Expand Down

0 comments on commit 8e99a31

Please sign in to comment.