Update build_linux.yml

Add a step to show version information
This commit is contained in:
Willem 2020-04-26 20:38:59 +02:00 committed by GitHub
parent 1f5ec6cd8d
commit b4f692807a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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