Skip to content

Commit

Permalink
fix: build target uplaod to github
Browse files Browse the repository at this point in the history
  • Loading branch information
callicles committed Oct 21, 2023
1 parent 622c8eb commit 1ae8a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-igloo-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,9 @@ jobs:
with:
tag: v${{ needs.version.outputs.version }}
allowUpdates: "true"
replacesArtifacts: "false"
artifacts: |
./apps/igloo-kit-cli/target/${{ matrix.build.TARGET }}/release/igloo-cli
./apps/igloo-kit-cli/target/${{ matrix.build.TARGET }}/release/igloo-cli-${{ matrix.build.TARGET }}
publish-npm-base:
name: Publish the base NPM package
Expand Down
1 change: 1 addition & 0 deletions apps/igloo-cli-npm/scripts/release-bin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ if [ $build_os = "windows-2022" ]; then
fi
pwd
ls "../igloo-kit-cli/target/${build_target}/release/${bin}"
cp "../igloo-kit-cli/target/${build_target}/release/${bin}" "../igloo-kit-cli/target/${build_target}/release/${bin}-${build_target}"
cp "../igloo-kit-cli/target/${build_target}/release/${bin}" "${node_pkg}/bin"
# publish the package
cd "${node_pkg}"
Expand Down

0 comments on commit 1ae8a7c

Please sign in to comment.