Skip to content

Commit

Permalink
CI: disable artifact creation for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sullyj3 committed Jul 28, 2024
1 parent 614c836 commit 0059584
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0059584

Please sign in to comment.