1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-06 21:04:14 +02:00

Обновление загрузки пакетов в Draft

This commit is contained in:
Anton Titovets
2024-08-07 16:04:17 +03:00
parent 4401884843
commit 34e1aaeeae
7 changed files with 66 additions and 14 deletions
+10 -3
View File
@@ -71,11 +71,15 @@ jobs:
depends: 'mono-devel, libmono-system-core4.0-cil | libmono-system-core4.5-cil, libmono-system4.0-cil | libmono-system4.5-cil, libmono-corlib4.0-cil | libmono-corlib4.5-cil, libmono-i18n4.0-all | libmono-i18n4.5-all'
desc: 'OInt CLI - приложение для работы с API различных онлайн-сервисов из командной строки'
- name: Изменить имя пакета deb
run: |
mw oint_1.11.1_all.deb oint_1.11.1_all_ru.deb
- uses: actions/upload-artifact@v3
with:
name: oint-deb
path: |
./*.deb
oint_1.11.1_all_ru.deb
- name: Создать каталог rpm-пакета
run: |
@@ -99,12 +103,15 @@ jobs:
mono-devel
Requires: mono-locale-extras
- name: Изменить имя пакета rpm
run: |
mw oint-1.11.1-1.el7.x86_64.rpm oint-1.11.1-1.el7.x86_64_ru.rpm
- uses: actions/upload-artifact@v4
with:
name: oint-rpm
path: |
./*.rpm
!./*-debuginfo-*.rpm
./oint-1.11.1-1.el7.x86_64_ru.rpm
- name: Добавить DEB
env: