diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c2476beb..ff2ab7b1 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -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 diff --git a/.github/workflows/tailer-ape.yml b/.github/workflows/tailer-ape.yml index e04cdf12..52c65e4e 100644 --- a/.github/workflows/tailer-ape.yml +++ b/.github/workflows/tailer-ape.yml @@ -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