Skip to content

Commit c919ade

Browse files
author
Bastien Orivel
committed
Debug artifacts
1 parent f6f4936 commit c919ade

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tasks/libreoffice.py

+5-2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ def create_libreoffice_tasks():
4242
mv divvunspell.zip $TC_TASK_DIR/divvunspell.oxt
4343
cd $TC_TASK_DIR
4444
tar caf divvunspell.oxt.txz divvunspell.oxt
45+
pwd
46+
ls
47+
env
4548
"""
4649
),
4750
)
@@ -56,7 +59,7 @@ def create_libreoffice_tasks():
5659
"repo": PAHKAT_REPO + "devtools/",
5760
"version": "${{ steps.version.outputs.version }}",
5861
"channel": "${{ steps.version.outputs.channel }}",
59-
"payload-path": "$TC_TASK_DIR/divvunspell.oxt.txz",
62+
"payload-path": "${TC_TASK_DIR}/divvunspell.oxt.txz",
6063
},
6164
),
6265
)
@@ -113,7 +116,7 @@ def create_libreoffice_tasks():
113116
"repo": PAHKAT_REPO + "devtools/",
114117
"version": "${{ steps.version.outputs.version }}",
115118
"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",
117120
},
118121
),
119122
)

0 commit comments

Comments
 (0)