From 5f52e7dd9ee3e7ea402fbab80ca36e26f14105b2 Mon Sep 17 00:00:00 2001 From: netkas Date: Tue, 17 Sep 2024 14:02:28 -0400 Subject: [PATCH] Update CI workflow for main branch and release events --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcd5811..fd199c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,6 @@ jobs: uses: actions/download-artifact@v4 with: name: ncc-build - path: ncc-build - name: List files run: | @@ -92,7 +91,7 @@ jobs: - name: Upload release artifact to GitHub run: | - BUILD_FILE="ncc-build/ncc-build/net.nosial.configlib.ncc" # Update path based on actual structure + BUILD_FILE="ncc-build/net.nosial.configlib.ncc" if [ -f "$BUILD_FILE" ]; then echo "Uploading build artifact to GitHub release" curl \