Skip to content

Commit

Permalink
Update maven-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NassimBtk authored Jan 10, 2024
1 parent d1212b8 commit eac2234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: release-${{ matrix.os }}.properties
name: release.properties
path: release.properties

release:
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: release-${{ matrix.os }}.properties
name: release.properties

- name: Perform release to GitHub Packages
id: perform
Expand Down

0 comments on commit eac2234

Please sign in to comment.