Skip to content

Commit

Permalink
🐞 fix: Fix wrong path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Nov 25, 2023
1 parent 1daa224 commit 03ca2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/console_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:

- name: Build the Artifact
run: |
cd console
gradle build --debug
- name: Upload the Artifact
uses: actions/upload-artifact@v3
with:
name: javet-shell-console
path: build/libs/*.jar
path: console/build/libs/*.jar

0 comments on commit 03ca2c7

Please sign in to comment.