Skip to content

Commit a4063e9

Browse files
committed
workaround for publisher not working with dummy file in rel/ directory
1 parent 3d146bb commit a4063e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/turbobob.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"uses": "docker://fn61/buildkit-publisher:20200228_1755_83c203ff",
2020
"mount_destination": "/workspace",
2121
"commands": {
22-
"publish": ["publish-gh.sh", "function61/turbobob", "rel/"],
22+
"publish": ["bash", "-c", "rm -f rel/.dummy_file_to_make_dir_not_empty && publish-gh.sh function61/turbobob rel/"],
2323
"dev": ["bash"]
2424
},
2525
"pass_envs": [

0 commit comments

Comments
 (0)