Skip to content

Commit

Permalink
ci(upload): Update to upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sraconni committed Nov 7, 2024
1 parent fcb7469 commit 68751ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: assets
path: ".asset/"
path: ".asset/*.jar"
retention-days: 5
2 changes: 1 addition & 1 deletion game/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</execution>
</executions>
<configuration>
<finalName>${project.name}-${project.parent.version}</finalName>
<finalName>${project.name}-${project.version}</finalName>
<outputDirectory>${project.parent.basedir}/.asset/</outputDirectory>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
Expand Down
2 changes: 1 addition & 1 deletion lobby/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
</execution>
</executions>
<configuration>
<finalName>${project.name}-${project.parent.version}</finalName>
<finalName>${project.name}-${project.version}</finalName>
<outputDirectory>${project.parent.basedir}/.asset/</outputDirectory>
<createDependencyReducedPom>false</createDependencyReducedPom>
<relocations>
Expand Down

0 comments on commit 68751ad

Please sign in to comment.