Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonyin-Chan committed Nov 7, 2024
1 parent a4fd41b commit 0caede6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: mvn clean package -Dmaven.test.skip
- name: set up artifacts
run: mkdir artifacts && cp test.log target/*.jar artifacts
- uses: actions/upload-artfact@v3
- uses: actions/upload-artifact@v3
with:
name: Package
path: artifacts

0 comments on commit 0caede6

Please sign in to comment.