Skip to content

Commit b1a640e

Browse files
committed
dev: Development changes
1 parent dec06f0 commit b1a640e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/node-build-artifacts/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20065,7 +20065,7 @@ async function run() {
2006520065
directory: pkgDir,
2006620066
buildDir: void 0
2006720067
});
20068-
core.info(`Copying build files from ${pkgDir}`);
20068+
core.info(`Copying build files from ${buildDir}`);
2006920069
import_node_fs.default.cpSync(buildDir, import_node_path.default.join(artifactsDir, pkgDir), { recursive: true });
2007020070
}
2007120071
core.info("Writing projects.json file");

.github/workflows/node-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# ***********************************
3131
build:
3232
name: Build Packages
33-
uses: ./.gihthub/workflows/node-build.yaml
33+
uses: panates/github-actions/.gihthub/workflows/node-build.yaml@dev
3434
with:
3535
build_script: ${{ inputs.build_script }}
3636
secrets:

0 commit comments

Comments
 (0)