mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2025-01-13 05:31:14 +00:00
Update build_linux.yml
Add a step to show version information
This commit is contained in:
parent
1f5ec6cd8d
commit
b4f692807a
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user