Skip to content

Commit

Permalink
fix miss arg $GITHUB_OUTPUT (#5478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored and Sophie-Xie committed Apr 6, 2023
1 parent fb5ea40 commit 14e8d90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
find pkg-build/cpack_output -type f \( -iname \*.deb -o -iname \*.rpm -o -iname \*.tar.gz \) -exec bash -c "sha256sum {} > {}.sha256sum.txt" \;
subdir=$(date -u +%Y.%m.%d)
echo "subdir=$subdir" >> $GITHUB_OUTPUT
# - uses: actions/upload-artifact@v1
# - uses: actions/upload-artifact@v3
# with:
# name: ${{ matrix.os }}-nightly
# path: pkg-build/cpack_output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
run: sh -c "find . -mindepth 1 -delete"
- uses: actions/checkout@v3
- id: tag
run: echo tagnum=${{ github.event.inputs.version }}
run: echo tagnum=${{ github.event.inputs.version }} >> $GITHUB_OUTPUT

- id: oss_package
run: |
Expand Down

0 comments on commit 14e8d90

Please sign in to comment.