Skip to content

Commit

Permalink
Update create-github-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RestoreMonarchy authored Dec 17, 2023
1 parent c0cf2db commit d772bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
mkdir -p ./template/Plugins ./template/Libraries
mv ./${{ github.event.repository.name }}/bin/Release/net48/${{ github.event.repository.name }}.dll ./template/Plugins/
mv ./${{ github.event.repository.name }}/bin/Release/net48/*.dll ./template/Libraries/
mv ./${{ github.event.repository.name }}/bin/Release/net48/*.dll* ./template/Libraries/
cd ./template/
zip -qr ./../${{ github.event.repository.name }}-v${{ steps.package_version.outputs.version }}.zip *
shell: bash
Expand Down

0 comments on commit d772bf1

Please sign in to comment.