Skip to content

Commit

Permalink
fix: typo Update release_with_jars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil authored Dec 22, 2023
1 parent 151ff7f commit 853ab05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_with_jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Build java 21 version with Maven
run: mvn -B package --file pomJava21.xml
- name: Rename files
run: cd target && find . -type f -name "neqsim-*.jar" -exec sh -c 'mv -f $0 ${0%.jar}-Java21.jar.' {} \;
run: cd target && find . -type f -name "neqsim-*.jar" -exec sh -c 'mv -f $0 ${0%.jar}-Java21.jar' {} \;
- name: Copy jar file to staging
run: cd .. && mkdir staging && cp target/neqsim*Java21.jar staging
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 853ab05

Please sign in to comment.