summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-10-26 16:19:02 -0700
committerGitHub <noreply@github.com>2023-10-26 16:19:02 -0700
commit1ac6638cf618a7f2bf761ac6ca57e7e7f4c754dc (patch)
treeee5616325835b3c609654513584928a639e25cf0 /.github
parentaed3bd60c0b17403c079dcb0b64edf09439375cf (diff)
Disable frexp test on swiftshader. (#3294)
* Disable frexp test on swiftshader. * Fix windows release script. --------- Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to '.github')
-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 6dce54dcc..e26339ca6 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 "SLANG_WIN32_BINARY_ARCHIVE=$binArchive" >> $GITHUB_OUTPUT
+ echo "SLANG_WIN32_BINARY_ARCHIVE=$binArchive" >> $env: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 "SLANG_SOURCE_ARCHIVE=$srcArchive" >> $GITHUB_OUTPUT
+ echo "SLANG_SOURCE_ARCHIVE=$srcArchive" >> $env:GITHUB_OUTPUT
7z a "$srcArchive" slang.h
7z a "$srcArchive" slang-com-helper.h