summaryrefslogtreecommitdiff
path: root/.github/workflows/release-windows.yml
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-10-26 15:36:25 -0700
committerGitHub <noreply@github.com>2023-10-26 15:36:25 -0700
commitaed3bd60c0b17403c079dcb0b64edf09439375cf (patch)
tree03c86965ca13055eec3135e58dd1d7d4cf1f0d4b /.github/workflows/release-windows.yml
parent02e6c6b52d79c1da22d73f56762a550b45f90935 (diff)
Remove use of `::set-output` in github actions. (#3293)
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github/workflows/release-windows.yml')
-rw-r--r--.github/workflows/release-windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml
index 1561c0785..6dce54dcc 100644
--- a/.github/workflows/release-windows.yml
+++ b/.github/workflows/release-windows.yml
@@ -61,7 +61,7 @@ jobs:
$binArchive = "slang-$slangVersion-$slangDeployPlatform.zip"
echo "name=SLANG_BINARY_ARCHIVE::$binArchive"
- echo "::set-output name=SLANG_WIN32_BINARY_ARCHIVE::$binArchive"
+ echo "SLANG_WIN32_BINARY_ARCHIVE=$binArchive" >> $GITHUB_OUTPUT
7z a "$binArchive" slang.h
7z a "$binArchive" slang-com-helper.h
@@ -82,7 +82,7 @@ jobs:
7z a "$binArchive" docs\*.md
$srcArchive = "slang-$slangVersion-source.zip"
- echo "::set-output name=SLANG_SOURCE_ARCHIVE::$srcArchive"
+ echo "SLANG_SOURCE_ARCHIVE=$srcArchive" >> $GITHUB_OUTPUT
7z a "$srcArchive" slang.h
7z a "$srcArchive" slang-com-helper.h