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:
parent
dfab076a8f
commit
49ef63163a
15
.github/workflows/cli_test.yml
vendored
15
.github/workflows/cli_test.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user