1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-22 05:31:17 +02:00

Update cli_test.yml

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

View File

@ -64,19 +64,6 @@ jobs:
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: |