Skip to content

Commit

Permalink
build: publish build artifacts to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Sep 15, 2023
1 parent cd3aa1d commit 7be7ebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
SIGNING_KEY_ID: ${{ secrets.SIGNING_KEY_ID }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
- name: Publish build artifacts
uses: actions/upload-artifact@v3
with:
name: artifact
path: ~/.m2/repository/com/parsely/parsely/*

0 comments on commit 7be7ebd

Please sign in to comment.