Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Jul 26, 2024
2 parents e3838ea + 95a3245 commit 996f2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/release/shared-commands/download-build-artifacts.js
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 996f2d6

Please sign in to comment.