Skip to content

Commit e625de2

Browse files
committed
up version && task pack
1 parent 603b747 commit e625de2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ jobs:
5858
# TOKEN: ${{ secrets.OSHUB_TOKEN }}
5959

6060
- name: Сборка пакета exe
61-
run: opm run make
61+
run: |
62+
opm run pack
63+
opm run make
6264
6365
- name: Заливка артифактов
6466
uses: actions/upload-artifact@v2

build_packagedef

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
КонецПроцедуры
4646

4747
Описание.Имя("gitsync")
48-
.Версия("3.1.0")
49-
.ВерсияСреды("1.0.21")
48+
.Версия("3.2.0")
49+
.ВерсияСреды("1.4.0")
5050
.ВключитьФайл("src")
5151
.ВключитьФайл("embedded_plugins")
5252
.ВключитьФайл("oscript_modules")

0 commit comments

Comments
 (0)