Skip to content

Commit

Permalink
ci: fixup build script x2
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichaelis committed Apr 29, 2024
1 parent 36aeb06 commit cf001fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
mkdir Artifacts && mv DirectMusic/runtimes Artifacts/ &&
cp __build/DirectMusic.dll Artifacts/ &&
cp __build/DirectMusic.pdb Artifacts/ &&
echo "Copy the native library for your OS from the `runtime` folder into the same folder `DirectMusic.dll` is in." > Artifacts/README.md'
echo "Copy the native library for your OS from the `runtime` folder into the same folder `DirectMusic.dll` is in." > Artifacts/README.md
- name: 'Publish'
uses: 'actions/upload-artifact@v3'
with:
Expand Down

0 comments on commit cf001fb

Please sign in to comment.