Skip to content

Commit

Permalink
Removed finalName from POM. Now including only one JAR file to assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
roar-skinderviken committed Nov 1, 2022
1 parent 1394183 commit 638d02e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
./target/*.jar
./target/kostra-kontrollprogram-${{github.ref_name}}.jar
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
</properties>

<build>
<finalName>kontrollprogram</finalName>

<extensions>
<extension>
<groupId>com.google.cloud.artifactregistry</groupId>
Expand Down

0 comments on commit 638d02e

Please sign in to comment.