Skip to content

Commit

Permalink
fix(release): add dependency dlls to the release
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilPepper committed May 14, 2021
1 parent 1d19a80 commit 61c2479
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,12 @@ jobs:
run: |
mkdir -p Modules/${Project_Name}
RELEASE_DIR="${Project_Name}/bin/Release"
mv ${RELEASE_DIR}/${Project_Name}.dll \
mv ${RELEASE_DIR}/*.dll \
${RELEASE_DIR}/module.json \
${RELEASE_DIR}/settings.json \
Modules/${Project_Name}
rm Modules/${Project_Name}/HunterPie.*.dll \
Modules/${Project_Name}/Newtonsoft.*.dll
zip ${Project_Name}.zip -r Modules
- name: Create release with binaries
Expand Down

0 comments on commit 61c2479

Please sign in to comment.