From b02a2e8165d352ca9df94ba265a2ee15df58ddef Mon Sep 17 00:00:00 2001 From: Jonathan Dao Date: Mon, 13 Jan 2025 21:01:09 -0800 Subject: [PATCH] Fixed duplicate upload-artifact step in build-host section of GitHub actions --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2be00e..7ef9821 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,8 +68,6 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 - with: - submodules: true - name: Grant execute permission for gradlew run: chmod +x gradlew @@ -86,10 +84,6 @@ jobs: - name: Build with Gradle run: ./gradlew build -Pbuildalldesktop - - uses: actions/upload-artifact@v4 - with: - name: ${{ matrix.artifact-name }} - path: build/allOutputs - name: Upload artifact uses: actions/upload-artifact@v4 @@ -102,7 +96,7 @@ jobs: needs: [build-docker, build-host] runs-on: ubuntu-22.04 steps: - - name: Checkout repoo + - name: Checkout build-tools uses: actions/checkout@v4 with: repository: wpilibsuite/build-tools