Skip to content

Commit

Permalink
Merge pull request #292 from rundeck/issue/291
Browse files Browse the repository at this point in the history
Fix #291 shadow jar missing all classifier
  • Loading branch information
gschueler authored Mar 9, 2020
2 parents 9a16ea1 + 4b30649 commit 83c8ac1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ jobs:
name: rd-${{ steps.get_version.outputs.VERSION }}.zip
# Directory containing files to upload
path: rd-cli-tool/build/distributions/rd-${{ steps.get_version.outputs.VERSION }}.zip
- name: Upload jar
- name: Upload all-jar
uses: actions/[email protected]
with:
# Artifact name
name: rundeck-cli-${{ steps.get_version.outputs.VERSION }}.jar
name: rundeck-cli-${{ steps.get_version.outputs.VERSION }}-all.jar
# Directory containing files to upload
path: rd-cli-tool/build/libs/rundeck-cli-${{ steps.get_version.outputs.VERSION }}.jar
path: rd-cli-tool/build/libs/rundeck-cli-${{ steps.get_version.outputs.VERSION }}-all.jar
- name: Upload api-lib
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion rd-cli-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildscript {
plugins {
id 'groovy'
id 'application'
id 'com.github.johnrengelman.shadow' version '4.0.4'
id 'com.github.johnrengelman.shadow' version '5.2.0'
id "nebula.ospackage" version "8.1.0"

}
Expand Down

0 comments on commit 83c8ac1

Please sign in to comment.