Skip to content

Commit

Permalink
Fix flatted path for artifact uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
Inokinoki committed Dec 7, 2021
1 parent fa36e8a commit cf05797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows-x86-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Artifact name
name: QEFI Entry Manager for Windows
# A file, directory or wildcard pattern that describes what to upload
path:|
path: |
${{github.workspace}}\build\${{env.BUILD_TYPE}}\*.dll
${{github.workspace}}\build\${{env.BUILD_TYPE}}\*.exe
${{github.workspace}}\build\${{env.BUILD_TYPE}}\translations
Expand Down

0 comments on commit cf05797

Please sign in to comment.