Skip to content

Commit

Permalink
dbg - upload link
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Jul 9, 2024
1 parent 05b54eb commit fbec853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,4 @@ jobs:
binout="/tmp/kardinal-${{ matrix.os }}-${{ matrix.arch }}"
ln -s $path/bin/${{ matrix.os }}_${{ matrix.arch }}/kardinal.cli $binout
ls -lah $binout
gh release upload '0.1.1' $binout
1 change: 1 addition & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ jobs:
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
ls -lah $binout
gh release upload ${{ needs.release-please.outputs.tag_name }} $binout

0 comments on commit fbec853

Please sign in to comment.