mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
Removed debugging log::info
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
parent
6f207ca8a7
commit
0a90f33761
2 changed files with 0 additions and 3 deletions
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
|
@ -65,7 +65,6 @@ jobs:
|
|||
|
||||
- name: Upload binaries to release
|
||||
run: |
|
||||
echo "PWD: $(pwd), LS: $(ls)"
|
||||
cd ./target/${{ matrix.target }}/release/
|
||||
cp navi.${{ steps.build.outputs.EXTENSION }} navi-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}.${{ steps.build.outputs.EXTENSION }}
|
||||
gh release upload ${{ steps.get_version.outputs.VERSION }} navi-${{ steps.get_version.outputs.VERSION }}-${{ matrix.target }}.${{ steps.build.outputs.EXTENSION }}
|
||||
|
|
|
|||
|
|
@ -75,8 +75,6 @@ release() {
|
|||
tar -czf "navi.tar.gz" "navi"
|
||||
echo "EXTENSION=tar.gz" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
log::info "PWD: $(pwd), LS: $(ls ./)"
|
||||
}
|
||||
|
||||
_ls() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue