Skip to content

Commit

Permalink
Publish photonlib json to releases (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta authored Jan 13, 2024
1 parent 354dd15 commit e40761a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,13 +338,15 @@ jobs:
files: |
**/*.xz
**/*.jar
**/photonlib*.json
if: github.event_name == 'push'
# Upload all jars and xz archives
- uses: softprops/action-gh-release@v1
with:
files: |
**/*.xz
**/*.jar
**/photonlib*.json
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e40761a

Please sign in to comment.