Skip to content

Commit

Permalink
Changed the release target location to the root directory [comixed#966]
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpierce committed Sep 25, 2021
1 parent 3dff06a commit 0970b37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Expand Up @@ -34,4 +34,4 @@ jobs:
prerelease: true
title: Changes For 0.11.0-SNAPSHOT
files: |
release/comixed-release-0.11.0-SNAPSHOT-RELEASE.zip
comixed-release-0.11.0-SNAPSHOT-RELEASE.zip
2 changes: 1 addition & 1 deletion comixed-release/pom.xml
Expand Up @@ -65,7 +65,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<outputDirectory>../release</outputDirectory>
<outputDirectory>..</outputDirectory>
<descriptors>
<descriptor>src/main/assembly/src.xml</descriptor>
</descriptors>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -313,8 +313,7 @@
<configuration>
<filesets>
<fileset>
<directory>release</directory>
<followSymlinks>false</followSymlinks>
<include>comixed-release-*.zip</include>
</fileset>
</filesets>
</configuration>
Expand Down

0 comments on commit 0970b37

Please sign in to comment.