From ca93d723ce1001e9bc34e349e7eba81e6c29a2cb Mon Sep 17 00:00:00 2001 From: Paul Fd Date: Sun, 23 May 2021 14:09:22 +0200 Subject: [PATCH] Don't publish the linux tarball on releases --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1feadfd7..b7abb7b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -429,9 +429,9 @@ jobs: - name: Set install name run: | echo "install_ref=${GITHUB_REF##*/}" >> "$GITHUB_ENV" - - uses: actions/download-artifact@v2 - with: - name: Linux tarball + # - uses: actions/download-artifact@v2 + # with: + # name: Linux tarball - uses: actions/download-artifact@v2 with: name: MOD devices tarball