From 005958449d9e7f4e531a1f46f6b0ba560818e647 Mon Sep 17 00:00:00 2001 From: James Sully Date: Sun, 28 Jul 2024 12:49:26 +1000 Subject: [PATCH] CI: disable artifact creation for now --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 787512f..5d3e8c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,11 +15,11 @@ jobs: auto-config: "false" use-mathlib-cache: "false" build: "true" - - name: Create package - run: | - ./create_release.sh - - name: Upload artifact - uses: actions/upload-artifact@v4.3.4 - with: - name: sand - path: release/sand-x86_64-linux.tar.zst + # - name: Create package + # run: | + # ./create_release.sh + # - name: Upload artifact + # uses: actions/upload-artifact@v4.3.4 + # with: + # name: sand + # path: release/sand-x86_64-linux.tar.zst