File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,8 @@ jobs:
133133 mkdir -p build/output/bin
134134 cp build/*${{ env.PROJECT_NAME }}.* build/output/bin/
135135 cp build/${{ env.PROJECT_NAME }}.pmodule build/output/
136+ # Cleanup dev files
137+ find build/output -type f \( -name "*.exp" -o -name "*.ilk" -o -name "*.lib" -o -name "*.pdb" \) -delete
136138
137139 - name : Upload artifacts
138140 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ The Go Language Module for Plugify enables developers to write plugins in Go for
2222
2323#### Option 1: Install via Plugify Plugin Manager
2424
25- You can install the C++ Language Module using the Plugify plugin manager by running the following command:
25+ You can install the C++ Language Module using the Mamba package manager by running the following command:
2626
2727``` bash
28- plg install plugify-module-golang
28+ mamba install -n your_env_name -c https://untrustedmodders.github.io/plugify-module-golang/ plugify-module-golang
2929```
3030
3131#### Option 2: Manual Installation
Original file line number Diff line number Diff line change 2222
2323#### Вариант 1: Установка через менеджер плагинов Plugify
2424
25- Вы можете установить модуль языка Go с помощью менеджера плагинов Plugify , выполнив следующую команду:
25+ Вы можете установить модуль языка Go с помощью менеджера пакетов Mamba , выполнив следующую команду:
2626
2727``` bash
28- plg install plugify-module-golang
28+ mamba install -n your_env_name -c https://untrustedmodders.github.io/plugify-module-golang/ plugify-module-golang
2929```
3030
3131#### Вариант 2: Ручная установка
You can’t perform that action at this time.
0 commit comments