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