From b4f692807a2268ae3ff93a4b2bc03396fae45e9a Mon Sep 17 00:00:00 2001 From: Willem Date: Sun, 26 Apr 2020 20:38:59 +0200 Subject: [PATCH] Update build_linux.yml Add a step to show version information --- .github/workflows/build_linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_linux.yml b/.github/workflows/build_linux.yml index c3c96471..9031850f 100644 --- a/.github/workflows/build_linux.yml +++ b/.github/workflows/build_linux.yml @@ -32,6 +32,8 @@ jobs: run: mkdir ./linux/artifacts - name: Copy release artifact run: cp ./linux/ccextractor ./linux/artifacts/ + - name: Get version information + run: ./linux/ccextractor --version - uses: actions/upload-artifact@v1 with: name: CCExtractor Linux build