From 95a3245fa7967d2bbbc913c5de0a500b5339be9a Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Fri, 26 Jul 2024 13:09:40 -0400 Subject: [PATCH] Update (base update) [ghstack-poisoned] --- .../shared-commands/download-build-artifacts-ghaction.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release/shared-commands/download-build-artifacts-ghaction.js b/scripts/release/shared-commands/download-build-artifacts-ghaction.js index 226d1ff693c61..2dc31fea7556f 100644 --- a/scripts/release/shared-commands/download-build-artifacts-ghaction.js +++ b/scripts/release/shared-commands/download-build-artifacts-ghaction.js @@ -1,10 +1,10 @@ 'use strict'; const {join} = require('path'); -const theme = require('./theme'); +const theme = require('../theme'); const {exec} = require('child-process-promise'); const {existsSync} = require('fs'); -const {logPromise} = require('./utils'); +const {logPromise} = require('../utils'); if (process.env.GH_TOKEN == null) { console.log(