Skip to content

Commit

Permalink
Rename upload-artifact extension to JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Dec 7, 2023
1 parent 2510a54 commit 347587a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if: steps.build.outcome == 'success' && matrix.java == '11'
uses: actions/upload-artifact@v3
with:
name: grails-gsp.zip
name: grails-gsp.jar
path: build/libs/grails-gsp-*.jar
publish:
if: github.event_name == 'push'
Expand Down

0 comments on commit 347587a

Please sign in to comment.