Skip to content
This repository was archived by the owner on May 14, 2022. It is now read-only.

Commit 18f2693

Browse files
committed
fix release action zip glob
1 parent 69632bf commit 18f2693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: buid project
2828
run: ./gradlew shipJar
2929
- name: zip release
30-
run: zip ./build/AntiProcrastinationThingy.zip ./build/libs/*
30+
run: zip ./build/AntiProcrastinationThingy.zip ./build/libs/**/*
3131
- name: upload zip
3232
uses: actions/upload-release-asset@v1
3333
env:

0 commit comments

Comments
 (0)