From aed3bd60c0b17403c079dcb0b64edf09439375cf Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 26 Oct 2023 15:36:25 -0700 Subject: Remove use of `::set-output` in github actions. (#3293) Co-authored-by: Yong He --- .github/workflows/release-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/release-macos.yml') diff --git a/.github/workflows/release-macos.yml b/.github/workflows/release-macos.yml index 8a372e3b3..f0e8dab1b 100644 --- a/.github/workflows/release-macos.yml +++ b/.github/workflows/release-macos.yml @@ -88,7 +88,7 @@ jobs: 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/slangc 7z a ${SLANG_BINARY_ARCHIVE} bin/*/*/slangd 7z a ${SLANG_BINARY_ARCHIVE} docs/*.md - echo "::set-output name=SLANG_BINARY_ARCHIVE::${SLANG_BINARY_ARCHIVE}" + echo "SLANG_BINARY_ARCHIVE=${SLANG_BINARY_ARCHIVE}" >> $GITHUB_OUTPUT - name: UploadBinary uses: softprops/action-gh-release@v1 with: -- cgit v1.2.3