mirror of
https://github.com/tstack/lnav
synced 2024-11-03 23:15:38 +00:00
[build] couple of tweaks to the actions
This commit is contained in:
parent
46bafa1dea
commit
d85cae933e
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@ -77,6 +77,6 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
# Artifact name
|
||||
name: Linux 64-bit
|
||||
name: lnav-tot-linux-64bit.zip
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: src/lnav
|
||||
|
7
.github/workflows/tailer-ape.yml
vendored
7
.github/workflows/tailer-ape.yml
vendored
@ -31,10 +31,3 @@ jobs:
|
||||
# Defaults to "Apply automatic changes"
|
||||
commit_message: Update tailer
|
||||
file_pattern: src/tailer/tailer.ape
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
# Artifact name
|
||||
name: tailer
|
||||
# A file, directory or wildcard pattern that describes what to upload
|
||||
path: tailer
|
||||
|
Loading…
Reference in New Issue
Block a user