Skip to content

Commit

Permalink
Upload one set of artifacts from the GitHub Actions ant build
Browse files Browse the repository at this point in the history
  • Loading branch information
melissalinkert committed Nov 21, 2022
1 parent ae3f1fa commit 1572bae
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build with Ant
run: ./tools/test-build ant
- uses: actions/upload-artifact@v3
# upload just one set of artifacts for easier PR review
if: ${{ matrix.java }} == 1.8 && ${{ matrix.os }} == "ubuntu-latest"
with:
path: artifacts/
retention-days: 30

0 comments on commit 1572bae

Please sign in to comment.