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:
parent
1eb10679f4
commit
81dbe512e1
7
.github/workflows/cli_draft.yml
vendored
7
.github/workflows/cli_draft.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user