Skip to content

Commit 519dd80

Browse files
authored
Fix path for upload artifacts to Github
1 parent 425d3a0 commit 519dd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ jobs:
7979
- name: Upload a Build Artifact
8080
uses: actions/[email protected]
8181
with:
82-
path: midi2mod
82+
path: ${{ steps.strings.outputs.build-output-dir }}
8383

0 commit comments

Comments
 (0)