Skip to content

Commit

Permalink
version update, keep file and path correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Til7701 committed Feb 29, 2024
1 parent 8f3d32e commit a0c99bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/battery-status_${{ inputs.version }}.exe
file: target/dist/battery-status_${{ inputs.version }}.exe
asset_name: battery-status_${{ inputs.version }}-setup.exe
prerelease: ${{ inputs.prerelease }}
overwrite: true
Expand Down
Empty file added jpackage/.keep
Empty file.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>de.holube</groupId>
<artifactId>battery-status</artifactId>
<version>1.0</version>
<version>2.0.0</version>
<name>battery-status</name>

<properties>
Expand Down

0 comments on commit a0c99bf

Please sign in to comment.