Skip to content

Commit 7433a00

Browse files
fix: Update artifact upload paths for DevClient Tools and Hypixel Skyblock Simple workflows
1 parent 8e2d2fc commit 7433a00

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-devclient-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/upload-artifact@v6
4444
with:
4545
name: hypixel-skyblock-simple-mrpack
46-
path: artifacts/${{ steps.project_info.outputs.artifact_name }}
46+
path: artifacts/
4747
retention-days: 1
4848

4949
publish:

.github/workflows/publish-hypixel-skyblock-simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/upload-artifact@v6
4444
with:
4545
name: hypixel-skyblock-simple-mrpack
46-
path: artifacts/${{ steps.project_info.outputs.artifact_name }}
46+
path: artifacts/
4747
retention-days: 1
4848

4949
publish:

0 commit comments

Comments
 (0)