Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasalias authored Jul 12, 2024
1 parent af0c837 commit fc9ee4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: mvn --batch-mode --update-snapshots verify

- name: Create folder
run: mkdir staging && cp target/*.jar staging
run: mkdir staging && cp target/FastLoginBukkit.jar staging

- name: Get artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit fc9ee4f

Please sign in to comment.