mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
fix(ci): use right directory for artifact gathering
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user