mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-28 16:14:16 +02:00
ci: add missing step for compressing completion files (#586)
This commit is contained in:
parent
e20057b97c
commit
caa4f38232
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@ -244,6 +244,12 @@ jobs:
|
|||||||
asset_name: ${{ env.ASSET }}
|
asset_name: ${{ env.ASSET }}
|
||||||
asset_content_type: application/octet-stream
|
asset_content_type: application/octet-stream
|
||||||
|
|
||||||
|
- name: Compress completion files (Linux x86-64 GNU)
|
||||||
|
if: matrix.triple.target == 'x86_64-unknown-linux-gnu' && matrix.triple.container == ''
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
tar -C ./completion -czvf completion.tar.gz .
|
||||||
|
|
||||||
- name: Release completion files (Linux x86-64 GNU)
|
- name: Release completion files (Linux x86-64 GNU)
|
||||||
if: matrix.triple.target == 'x86_64-unknown-linux-gnu' && matrix.triple.container == '' && github.event.inputs.isMock != 'mock'
|
if: matrix.triple.target == 'x86_64-unknown-linux-gnu' && matrix.triple.container == '' && github.event.inputs.isMock != 'mock'
|
||||||
uses: actions/upload-release-asset@v1.0.1
|
uses: actions/upload-release-asset@v1.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user