mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(ci): use right directory for artifact gathering
This commit is contained in:
parent
fae9a1f796
commit
5d2ea4337c
@ -132,7 +132,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
hooks: {
|
hooks: {
|
||||||
postMake(_, makeResults) {
|
postMake(_, makeResults) {
|
||||||
const outputDir = path.join(__dirname, "upload");
|
const outputDir = path.join(__dirname, "..", "upload");
|
||||||
fs.mkdirp(outputDir);
|
fs.mkdirp(outputDir);
|
||||||
for (const makeResult of makeResults) {
|
for (const makeResult of makeResults) {
|
||||||
for (const artifactPath of makeResult.artifacts) {
|
for (const artifactPath of makeResult.artifacts) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user