mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
[BUGFIX] Moved directory to target_paths
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ addons:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths: ./target/final/
|
paths: ./target/final/
|
||||||
s3_region: "us-west-1"
|
s3_region: "us-west-1"
|
||||||
target_paths: ./artifacts/
|
target_paths: ./artifacts/Parabot/
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
@@ -121,7 +121,7 @@
|
|||||||
<mainClass>org.parabot.Landing</mainClass>
|
<mainClass>org.parabot.Landing</mainClass>
|
||||||
</manifest>
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
<outputDirectory>${project.build.directory}/final/${type.name}/</outputDirectory>
|
<outputDirectory>${project.build.directory}/final/</outputDirectory>
|
||||||
<appendAssemblyId>false</appendAssemblyId>
|
<appendAssemblyId>false</appendAssemblyId>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user