1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-25 02:42:28 +02:00

Update cli_test.yml

This commit is contained in:
Anton Titovets 2024-03-20 21:18:28 +03:00 committed by GitHub
parent 0292220816
commit 506a25f374
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,13 +44,13 @@ jobs:
- name: Собрать бинарник
run: |
cd ./cli
oscript -make app.os bin
oscript -make app.os oint_bin
- name: Записать артефакт
uses: actions/upload-artifact@v4
with:
name: oint
path: oint
path: oint_bin
Testing-Telegram:
runs-on: ubuntu-latest
@ -75,4 +75,4 @@ jobs:
- name: Выполнить Телеграм_ПолучитьИнформациюБота
if: ${{ cancelled() }} == false
run: oint telegram ПолучитьИнформациюБота --token ${{ env.json_Telegram_Token }}
run: oint_bin telegram ПолучитьИнформациюБота --token ${{ env.json_Telegram_Token }}