From 307641981c81b597a91375e466d2c2b978ea3b86 Mon Sep 17 00:00:00 2001 From: RadRussianRus Date: Fri, 4 Oct 2019 21:07:00 +0300 Subject: [PATCH] Updated workflow --- .github/workflows/release.yml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 53788d1b8..f3a378759 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,8 @@ name: Release build on: - release: - types: [published] + push: + branches: dev jobs: build_linux: @@ -241,5 +241,16 @@ jobs: gyp/refresh.sh --api-id $API_ID --api-hash $API_HASH cd ../out/Release make - strip --strip-all Telegram + strip --strip-all Telegram Updater mv Telegram Kotatogram + - name: Move artifact + run: | + cd tdesktop/out/Release + mkdir artifact + mv Kotatogram artifact/ + mv Updater artifact/ + - uses: actions/upload-artifact@master + name: Upload artifact + with: + name: Kotatogram + path: tdesktop/out/Release/artifact/