1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00

Обновление yml файла - cli_test.yml (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-05-13 11:16:43 +00:00 committed by Vitaly the Alpaca (bot)
parent 1eb10679f4
commit 81dbe512e1

View File

@ -105,11 +105,6 @@ jobs:
./*.rpm
!./*-debuginfo-*.rpm
- name: Добавить EXE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload draft ./cli/oint.exe
- name: Добавить DEB
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@ -118,4 +113,4 @@ jobs:
- name: Добавить RPM
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload draft ./*.rpm
run: gh release upload draft ./*.rpm !./*-debuginfo-*.rpm