Skip to content

Commit

Permalink
maven: fix target dir path; update version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 committed Nov 23, 2024
1 parent c63b0b9 commit d92fb88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- uses: AButler/upload-release-assets@v3.0
with:
files: "lachsbot/target/lachsbot.jar"
files: "target/lachsbot.jar"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Login to GitHub CR
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>lachsbot</artifactId>
<groupId>space.lachy.lachsbot</groupId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>

<name>lachsbot</name>
Expand Down Expand Up @@ -114,6 +114,7 @@
</plugins>
</build>

<!--suppress VulnerableLibrariesLocal -->
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand All @@ -136,7 +137,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.1.0</version>
<version>5.2.1</version>
<scope>compile</scope>
</dependency>
<!-- unfortunately this lib has an older version of snakeyaml with some ... vulnerabilities -->
Expand Down

0 comments on commit d92fb88

Please sign in to comment.