diff --git a/.github/fetch_icons/index.js b/.github/fetch_icons/index.js index 85a33680..1906ec90 100644 --- a/.github/fetch_icons/index.js +++ b/.github/fetch_icons/index.js @@ -1,6 +1,6 @@ import core from "@actions/core"; import { readFileSync, writeFileSync } from "fs"; -import fetchIcons from "../../dist/scripts/fetchIcons.js"; +import fetchIcons from "../../dist/scripts/fetch-icons/fetchIcons.js"; import { ZDS_ASSETS_FILE_ID, ZDS_ASSETS_ICON_PAGE_NAME } from "../../figmaConfig.js"; const FIGMA_ACCESS_TOKEN = core.getInput("figma-access-token") || process.env.FIGMA_ACCESS_TOKEN; @@ -21,7 +21,7 @@ try { ZDS_ASSETS_ICON_PAGE_NAME, oldHash, "outputs", - false + false, ); if (newHash) {