From f25142d867de9babf4d48c1f183eb6d86a4d70d2 Mon Sep 17 00:00:00 2001 From: Gabriele Picco Date: Thu, 22 Feb 2024 11:34:28 +0100 Subject: [PATCH] :construction_worker: Update workflow\ --- .github/workflows/publish-packages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index 09dd7a1..481411a 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -69,7 +69,7 @@ jobs: with: command: build args: --manifest-path=cli/Cargo.toml --release --locked --target ${{ matrix.build.TARGET }} - use-cross: ${{ matrix.build.OS == 'ubuntu-20.04' }} # use `cross` for Linux builds + #use-cross: ${{ matrix.build.OS == 'ubuntu-20.04' }} # use `cross` for Linux builds - uses: actions/setup-node@v4 with: @@ -99,6 +99,7 @@ jobs: mkdir -p "${node_pkg}/bin" # generate package.json from the template envsubst < cli/npm-package/package.json.tmpl > "${node_pkg}/package.json" + cat "${node_pkg}/package.json" # copy the binary into the package # note: windows binaries has '.exe' extension if [ "${{ matrix.build.OS }}" = "windows-2022" ]; then