File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ def create_libreoffice_tasks():
42
42
mv divvunspell.zip $TC_TASK_DIR/divvunspell.oxt
43
43
cd $TC_TASK_DIR
44
44
tar caf divvunspell.oxt.txz divvunspell.oxt
45
+ pwd
46
+ ls
47
+ env
45
48
"""
46
49
),
47
50
)
@@ -56,7 +59,7 @@ def create_libreoffice_tasks():
56
59
"repo" : PAHKAT_REPO + "devtools/" ,
57
60
"version" : "${{ steps.version.outputs.version }}" ,
58
61
"channel" : "${{ steps.version.outputs.channel }}" ,
59
- "payload-path" : "$TC_TASK_DIR/divvunspell.oxt.txz" ,
62
+ "payload-path" : "${ TC_TASK_DIR} /divvunspell.oxt.txz" ,
60
63
},
61
64
),
62
65
)
@@ -113,7 +116,7 @@ def create_libreoffice_tasks():
113
116
"repo" : PAHKAT_REPO + "devtools/" ,
114
117
"version" : "${{ steps.version.outputs.version }}" ,
115
118
"channel" : "${{ steps.version.outputs.channel }}" ,
116
- "payload-path" : "$TC_TASK_DIR/divvunspell-macos.oxt.txz" ,
119
+ "payload-path" : "${ TC_TASK_DIR} /divvunspell-macos.oxt.txz" ,
117
120
},
118
121
),
119
122
)
You can’t perform that action at this time.
0 commit comments