Skip to content

Commit 2e0b308

Browse files
committed
update action artifact name
1 parent 6fa206c commit 2e0b308

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
uses: actions/upload-artifact@v4
2727
with:
2828
# Artifact name
29-
name: AxolotlClient-automation
29+
name: AxolotlClient-waypoints-automation
3030
path: builds/*.jar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: ./gradlew build collectBuilds
3535

3636
- name: Release
37-
uses: Kir-Antipov/mc-publish@v3.3
37+
uses: Kira-NT/mc-publish@v3.3
3838
with:
3939
github-token: "${{ secrets.GH_TOKEN }}"
4040
changelog-file: "CHANGELOG.md"

0 commit comments

Comments
 (0)