Skip to content
This repository was archived by the owner on Oct 16, 2022. It is now read-only.

Commit ff562d2

Browse files
committed
Include MySqlConnector in included libraries
1 parent 0feebf4 commit ff562d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CreateReleaseDraft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
mkdir -p ./OpenMod/Plugins ./OpenMod/Libraries
5353
cd "./${{ env.PLUGIN_NAME }} - OpenMod/bin/Release/net461"
5454
mv "${{ env.PLUGIN_NAME }}.dll" ../../../../OpenMod/Plugins
55+
mv MySqlConnector.dll ../../../../OpenMod/Libraries
5556
mv product.json ../../../../OpenMod
5657
cd ../../../../OpenMod
5758
zip -qr ./Release.zip *

0 commit comments

Comments
 (0)