Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db4c4ee

Browse files
fix miss arg $GITHUB_OUTPUT (vesoft-inc#5478)
1 parent 4ab4489 commit db4c4ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
find pkg-build/cpack_output -type f \( -iname \*.deb -o -iname \*.rpm -o -iname \*.tar.gz \) -exec bash -c "sha256sum {} > {}.sha256sum.txt" \;
4747
subdir=$(date -u +%Y.%m.%d)
4848
echo "subdir=$subdir" >> $GITHUB_OUTPUT
49-
# - uses: actions/upload-artifact@v1
49+
# - uses: actions/upload-artifact@v3
5050
# with:
5151
# name: ${{ matrix.os }}-nightly
5252
# path: pkg-build/cpack_output

.github/workflows/rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
run: sh -c "find . -mindepth 1 -delete"
200200
- uses: actions/checkout@v3
201201
- id: tag
202-
run: echo tagnum=${{ github.event.inputs.version }}
202+
run: echo tagnum=${{ github.event.inputs.version }} >> $GITHUB_OUTPUT
203203

204204
- id: oss_package
205205
run: |

0 commit comments

Comments
 (0)