Skip to content

Commit

Permalink
add changelog to artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
thiakil committed Jul 11, 2023
1 parent fce28a4 commit e8826e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
- name: Upload to workflow artifacts
uses: actions/upload-artifact@v3
with:
path: build/libs/
path: |
build/libs/
build/changelog.html
# - name: Publish
# uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit e8826e8

Please sign in to comment.