Skip to content

Commit

Permalink
The .zip extension is added automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Oct 26, 2023
1 parent 37387b9 commit 3ee2300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
with:
arguments: assemble javadoc asciidoctorAllGuides
- name: Store artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: gradle-docker-plugin.jar
name: gradle-docker-plugin
path: build/libs/*.jar
- name: Release
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
arguments: assemble javadoc asciidoctorAllGuides
- name: Store artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: gradle-docker-plugin.jar
name: gradle-docker-plugin
path: build/libs/*.jar

0 comments on commit 3ee2300

Please sign in to comment.