Skip to content

Commit 8044efc

Browse files
fix: Update loaders to use 'fabric' for DevClient Tools and Hypixel Skyblock Simple workflows
1 parent 7433a00 commit 8044efc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
version: '${{ needs.build.outputs.version }}'
6666
version-type: 'release'
6767
loaders: |-
68-
minecraft
68+
fabric
6969
game-versions: |-
7070
${{ needs.build.outputs.mc_version }}
7171
files: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
version: '${{ needs.build.outputs.version }}'
6666
version-type: 'release'
6767
loaders: |-
68-
minecraft
68+
fabric
6969
game-versions: |-
7070
${{ needs.build.outputs.mc_version }}
7171
files: |

0 commit comments

Comments
 (0)