Skip to content

Commit

Permalink
Update action 11
Browse files Browse the repository at this point in the history
  • Loading branch information
lscgh committed Jan 25, 2024
1 parent 6bce8bb commit 3c0aa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-action-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: "Check out"
uses: actions/checkout@v4
- name: "Test maven package"
run: "mvn package"
run: "cd mavenmcserver; mvn package"
Install:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3c0aa5a

Please sign in to comment.