Skip to content

Commit

Permalink
fixed publish.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Apr 2, 2024
1 parent 80ca8e4 commit 43431c4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}
GITHUB_RELEASE: true
- name: Upload Release Artifact
uses: softprops/action-gh-release@v1
- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v2
with:
files: build/libs/arrp-${{ github.event.release.tag_name }}.jar
tag_name: ${{ github.event.release.tag_name }}
name: Artifacts
path: build/libs/

0 comments on commit 43431c4

Please sign in to comment.