Skip to content

Commit

Permalink
#130: fix wrong filename for .NET 7 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Feb 26, 2023
1 parent d049289 commit ed0b0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:

- name: Install local file to be used within Javadoc section of generated POM
shell: bash
run: mvn install:install-file --no-transfer-progress -Dfile../../bin/net7.0/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.3 -Dpackaging=jar -f ./netreflected/src/net6.0.xml
run: mvn install:install-file --no-transfer-progress -Dfile../../bin/net7.0/JCOBridge.jar -DgroupId=JCOBridge -DartifactId=JCOBridge -Dversion=2.5.3 -Dpackaging=jar -f ./netreflected/src/net7.0.xml

- name: Publish net7.0 to Apache Maven Central
shell: bash
Expand Down

0 comments on commit ed0b0b7

Please sign in to comment.