We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa206c commit 2e0b308Copy full SHA for 2e0b308
.github/workflows/build.yml
@@ -26,5 +26,5 @@ jobs:
26
uses: actions/upload-artifact@v4
27
with:
28
# Artifact name
29
- name: AxolotlClient-automation
+ name: AxolotlClient-waypoints-automation
30
path: builds/*.jar
.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
34
run: ./gradlew build collectBuilds
35
36
- name: Release
37
- uses: Kir-Antipov/mc-publish@v3.3
+ uses: Kira-NT/mc-publish@v3.3
38
39
github-token: "${{ secrets.GH_TOKEN }}"
40
changelog-file: "CHANGELOG.md"
0 commit comments