Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Mar 12, 2024
1 parent 74de052 commit 95e2c63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
uses: actions/upload-artifact@v1.0.0
with:
name: "MCServerUpdater"
path: "./mc-server-updater-standalone/target/MCServerUpdater.jar"
path: "standalone/target/MCServerUpdater.jar"
- name: "Release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
./mc-server-updater-standalone/target/MCServerUpdater.jar
./mc-server-updater-lib/target/mc-server-updater-lib-*.jar
standalone/target/MCServerUpdater.jar
lib/target/mc-server-updater-lib-*.jar
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: actions/upload-artifact@v1.0.0
with:
name: "MCServerUpdater"
path: "./mc-server-updater-standalone/target/MCServerUpdater.jar"
path: "standalone/target/MCServerUpdater.jar"

0 comments on commit 95e2c63

Please sign in to comment.