Skip to content

Commit

Permalink
dbg - copy instead of linking
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Jul 9, 2024
1 parent 451b6eb commit 5b7cd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ jobs:
run: |
path=$(nix build ./#cross-compiled-cli.x86_64-linux.${{ matrix.os }}.${{ matrix.arch }} --no-link --print-out-paths)
binout="/tmp/kardinal-${{ matrix.os }}-${{ matrix.arch }}"
ln -s $path/bin/${{ matrix.os }}_${{ matrix.arch }}/kardinal.cli $binout
cp $path/bin/${{ matrix.os }}_${{ matrix.arch }}/kardinal.cli $binout
ls -lah $binout
gh release upload '0.1.1' $binout

0 comments on commit 5b7cd28

Please sign in to comment.