Skip to content

Commit

Permalink
fix artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed Jan 8, 2021
1 parent 848c11b commit 0d2ccc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
# Artifact name
name: Grails-Plugin-${{ steps.get_version.outputs.VERSION }}
# Directory containing files to upload
path: build/libs/rundeck-azure-plugin-${{ steps.get_version.outputs.VERSION }}.jar
path: build/libs/azure-plugin-${{ steps.get_version.outputs.VERSION }}.jar
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: build/libs/rundeck-azure-plugin-${{ steps.get_version.outputs.VERSION }}.jar
asset_name: rundeck-azure-plugin-${{ steps.get_version.outputs.VERSION }}.jar
asset_path: build/libs/azure-plugin-${{ steps.get_version.outputs.VERSION }}.jar
asset_name: azure-plugin-${{ steps.get_version.outputs.VERSION }}.jar
asset_content_type: application/octet-stream

0 comments on commit 0d2ccc7

Please sign in to comment.