mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-25 21:06:23 +02:00
github-actions: use printf instead of echo
This commit is contained in:
parent
948a82cf5b
commit
21005146c1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-and-deploy.yml
vendored
4
.github/workflows/test-and-deploy.yml
vendored
|
|
@ -169,7 +169,7 @@ jobs:
|
|||
# Output the artifact name for later use
|
||||
- name: Set output
|
||||
id: set_output
|
||||
run: echo "dist-artifacts-${{ matrix.os }}-${{ matrix.python }}" >> $GITHUB_ENV
|
||||
run: printf "dist-artifacts-${{ matrix.os }}-${{ matrix.python }}" >> $GITHUB_ENV
|
||||
|
||||
build-linux:
|
||||
strategy:
|
||||
|
|
@ -223,7 +223,7 @@ jobs:
|
|||
# Output the artifact name for later use
|
||||
- name: Set output
|
||||
id: set_output
|
||||
run: echo "dist-artifacts-manylinux-${{ matrix.python }}" >> $GITHUB_ENV
|
||||
run: printf "dist-artifacts-manylinux-${{ matrix.python }}" >> $GITHUB_ENV
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue