Skip to content

Commit 1119750

Browse files
committed
Fix build script 2
1 parent f8d3061 commit 1119750

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cd.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
version: ${{ github.event.inputs.tag }}
9797
changelog-file: CHANGES.md
9898

99+
loaders: |
100+
resourcepack
99101
files: |
100102
./${{ github.event.repository.name }}-*.zip
101103
@@ -113,7 +115,7 @@ jobs:
113115
changelog-file: CHANGES.md
114116

115117
loaders: |
116-
vanilla
118+
resourcepack
117119
files: |
118120
./${{ github.event.repository.name }}-*.zip
119121

0 commit comments

Comments
 (0)