Skip to content

Commit

Permalink
Fixed duplicate upload-artifact step in build-host section of GitHub …
Browse files Browse the repository at this point in the history
…actions
  • Loading branch information
jonathandao0 committed Jan 14, 2025
1 parent d205458 commit b02a2e8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b02a2e8

Please sign in to comment.