Skip to content

Commit feaaa45

Browse files
committed
Pick up subdirectories
1 parent 2ecd975 commit feaaa45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/piscripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
tag=$(git describe --tags --abbrev=0)
1818
release_name="DeepSkyWorkflows-$tag"
1919
# Pack files
20-
7z a -tzip "${release_name}.zip" "./*.js"
20+
7z a -tzip "${release_name}.zip" "./*.js" -r
2121
2222
- name: Publish
2323
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)