Skip to content

Commit b6b9998

Browse files
update github action
1 parent 5359a5d commit b6b9998

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_asset_upload.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929

3030
- name: Copy JAR and other assets
3131
run: |
32-
cp -R dgrv4_Root/dgrv4_Gateway_serv/build/libs/H2 release_artifacts
32+
chmod +x ./gradlew
33+
./gradlew :dgrv4_Gateway_serv:clean :dgrv4_Gateway_serv:bootJar
34+
mv dgrv4_Gateway_serv/build/libs release_artifacts/
3335
3436
- name: Zip release assets
3537
run: |

0 commit comments

Comments
 (0)