1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-02 03:38:55 +02:00

Update cli_test.yml

This commit is contained in:
Anton Titovets 2024-04-14 18:00:33 +03:00 committed by GitHub
parent dfab076a8f
commit 49ef63163a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,11 +57,26 @@ jobs:
run: |
cd ./cli
oscript -make core/Classes/Приложение.os oint
- name: Записать артефакт
uses: actions/upload-artifact@v4
with:
name: oint
path: ./cli/oint
- name: Установить go-msi
run: choco install -y "go-msi"
- name: Собрать MSI
uses: AliceOh/CreateWindowsInstaller@1.0.0
with:
exefile: './cli/oint'
- uses: actions/upload-artifact@v3
with:
name: oint-msi
path: |
./oint.msi
- name: Создать каталог deb-пакета
run: |