Removed debugging log::info

Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
This commit is contained in:
alexis-opolka 2025-04-07 08:04:31 +02:00
parent 6f207ca8a7
commit 0a90f33761
2 changed files with 0 additions and 3 deletions

View file

@ -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 }}

View file

@ -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() {