Skip to content

Commit

Permalink
Update release_with_jars.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Jun 19, 2024
1 parent da3569e commit a812763
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_with_jars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: mvn -B package --file pomJava8.xml
- name: Copy jar file to staging
run: mkdir staging && cp target/neqsim*Java8.jar staging
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: jarfiles
path: staging
Expand All @@ -86,7 +86,7 @@ jobs:
run: mvn -B package --file pom.xml
- name: Copy jar file to staging
run: mkdir staging && cp target/neqsim*.jar staging
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: jarfiles
path: staging
Expand All @@ -113,7 +113,7 @@ jobs:
run: cd target && find . -type f -name "neqsim-*.jar" -exec sh -c 'mv -f $0 ${0%.jar}-Java21.jar' {} \; && cd ..
- name: Copy jar file to staging
run: mkdir staging && cp target/neqsim*Java21.jar staging
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: jarfiles
path: staging
Expand Down

0 comments on commit a812763

Please sign in to comment.