Skip to content

Commit

Permalink
Update linux_java_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmoflips authored Mar 20, 2023
1 parent a32bf70 commit 093789a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_java_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
run: cmake --build build

- name: upload artifact
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v3
with:
name: ./build/java/lebai-java/target/lebai-1.*.jar
path: ./build/java/lebai-java/target/lebai-1.*.jar

release:
if: ${{ contains(github.ref, 'tags/v') }}
Expand Down

0 comments on commit 093789a

Please sign in to comment.