Update maven.yml
This commit is contained in:
parent
f078e06287
commit
2480c0fbc1
1 changed files with 2 additions and 3 deletions
5
.github/workflows/maven.yml
vendored
5
.github/workflows/maven.yml
vendored
|
|
@ -31,8 +31,7 @@ jobs:
|
|||
run: mvn -B -DskipTests clean package --file pom.xml
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v4.3.3
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: package
|
||||
path: ns-usbloader.jar
|
||||
|
||||
path: targets/*.jar
|
||||
|
|
|
|||
Loading…
Reference in a new issue