Skip to content

Commit 571e70d

Browse files
authored
Fix: dev branch build option
I'm very sorry for build that error build type
1 parent 6e42b0f commit 571e70d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/folia.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: building...
152152
run: |
153153
cd ~/folia
154-
./gradlew createReobfBundlerJar
154+
./gradlew createMojmapPaperclipJar
155155
156156
# Get the date of the build
157157
- name: Get date
@@ -160,7 +160,7 @@ jobs:
160160

161161
- name: get jar file name
162162
id: get_name1
163-
run: echo "::set-output name=name1::$(ls ~/folia/build/libs/)"
163+
run: echo "::set-output name=name::$(ls ~/folia/build/libs/ | grep paperclip)"
164164

165165
- name: get upload_url
166166
id: get_upload_url

0 commit comments

Comments
 (0)