From 7c54489e1f4016852df84eece93ded672b1b468e Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Tue, 4 Oct 2022 14:40:34 -0400 Subject: Set slang-tag-version.h on windows builds (#2429) * #include an absolute path didn't work - because paths were taken to always be relative. * Create the slang-tag-version.h file on windows. * Add non binary files to the artifact upload for windows. * Add headers/docs to linux artifact. --- .github/workflows/release-windows.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/release-windows.yml') diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index 2ea80800d..c66e50b57 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -35,6 +35,8 @@ jobs: if: ${{ matrix.platform != 'aarch64' }} run: .\premake.bat vs2019 --enable-embed-stdlib=true --arch=${{matrix.platform}} --deps=true --no-progress=true + - name: tag-version + run: .\make-slang-tag-version.bat - name: msbuild run: MSBuild.exe slang.sln -v:m -m -property:Configuration=${{matrix.configuration}} -property:Platform=${{matrix.platform}} -property:WindowsTargetPlatformVersion=10.0.19041.0 -- cgit v1.2.3