From d9c20d798d54bf1395e814e8d37e55d5792ba0bb Mon Sep 17 00:00:00 2001 From: "Eric P. Nusbaum" Date: Sat, 11 Nov 2023 20:09:05 -0500 Subject: [PATCH] Update dotnet.yml Hoping to fix version.txt output --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 67e8c125..285646df 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -37,7 +37,7 @@ jobs: uses: DamianReeves/write-file-action@master with: path: MBBSEmu/Assets/version.txt - contents: $BUILD_VERSION + contents: ${{ env.BUILD_VERSION }} write-mode: overwrite - name: Build