From 9d13e9d2e233088141896a803c162ab0affb7860 Mon Sep 17 00:00:00 2001 From: Oleksiy Yakovenko Date: Sat, 12 Oct 2024 15:45:46 +0200 Subject: [PATCH] Don't upload linux artifact to github after CI build, as this requires newer Ubuntu than what we can use atm --- .github/workflows/linuxbuild.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linuxbuild.yml b/.github/workflows/linuxbuild.yml index a723b49996..d8e340793a 100644 --- a/.github/workflows/linuxbuild.yml +++ b/.github/workflows/linuxbuild.yml @@ -10,7 +10,7 @@ jobs: build_linux: name: CI for Linux runs-on: ubuntu-latest - container: ubuntu:18.04 + container: ubuntu:16.04 steps: - name: Install dependencies for Linux run: | @@ -33,9 +33,9 @@ jobs: gh_ed25519_key: ${{ secrets.GH_ENCRYPTED_ED25519_KEY }} gh_ed25519_iv: ${{ secrets.GH_ENCRYPTED_ED25519_IV }} run: TRAVIS_OS_NAME=linux travis/upload.sh - - name: Upload artifact - uses: actions/upload-artifact@v4 - with: - name: linux - path: portable_out/build/*.tar.bz2 +# - name: Upload artifact +# uses: actions/upload-artifact@v4 +# with: +# name: linux +# path: portable_out/build/*.tar.bz2