Skip to content

Commit

Permalink
Collect artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsromero committed Jan 1, 2024
1 parent 69d2ff6 commit 802d2d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Build & Test
run: mvn -B clean javadoc:jar
signature:
name: Sign artifacts
environment: test
env:
GPG_KEYNAME: ${{ secrets.GPG_KEYNAME }}
Expand All @@ -91,3 +92,10 @@ jobs:
maven-version: ${{ matrix.maven }}
- name: Build & Test
run: mvn -B clean install -Psign -DskipTests
- name: Collect artifacts
run: cp -r $HOME/.m2/repository/org/asciidoctor target/artifacts
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: artifacts.tar.gz
path: target/artifacts

0 comments on commit 802d2d3

Please sign in to comment.