Skip to content

Commit

Permalink
patch: fix upload artifact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran committed Jan 31, 2024
1 parent 7528ffe commit 7e3f098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-development.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
arguments: clean test shadowJar dokkaHtml publish sonatypeCentralUpload
# Now we store the artifact in the action
- name: Upload the artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v4
with:
name: SimpleCoreAPI
path: ./simplecoreapi/build/libs/simplecoreapi-${{ env.GIT_COMMIT_SHORT_HASH }}.jar
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
arguments: clean test shadowJar dokkaHtml publish publishToSonatype closeAndReleaseSonatypeStagingRepository
# Now we store the artifact in the action
- name: Upload the artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v4
with:
name: SimpleCoreAPI
path: ./simplecoreapi/build/libs/simplecoreapi-${{ env.VERSION }}.jar
Expand Down

0 comments on commit 7e3f098

Please sign in to comment.