From c71886a57425ddf322c2ccc353108fd4efa95b73 Mon Sep 17 00:00:00 2001 From: rimuspp Date: Wed, 6 Mar 2024 18:33:47 -0500 Subject: [PATCH] We now have CLI CI =D --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8c074e9..68d7e8f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -60,23 +60,23 @@ jobs: if: ${{ matrix.os == 'ubuntu-latest' }} uses: actions/upload-artifact@v2 with: - name: builds + name: build-windows path: artifacts/x86_64-windows - name: Upload artifacts Target Linux if: ${{ matrix.os == 'ubuntu-latest' }} uses: actions/upload-artifact@v2 with: - name: builds + name: build-linux path: artifacts/x86_64-linux - name: Upload artifacts Target MacOS if: ${{ matrix.os == 'ubuntu-latest' }} uses: actions/upload-artifact@v2 with: - name: builds + name: builds-macos-x86 path: artifacts/x86_64-macos - name: Upload artifacts Target MacOS 2 if: ${{ matrix.os == 'ubuntu-latest' }} uses: actions/upload-artifact@v2 with: - name: builds + name: build-macos-aarch64 path: artifacts/aarch64-macos