From 2c6e5ca2a01b4248556417890e943165ac5751eb Mon Sep 17 00:00:00 2001 From: "Eric P. Nusbaum" Date: Sat, 11 Nov 2023 20:56:09 -0500 Subject: [PATCH] Update dotnet.yml Another attempt to fix version file --- .github/workflows/dotnet.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 285646df..7708fc44 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -33,11 +33,12 @@ jobs: dotnet-version: 7.0.x - name: Restore dependencies run: dotnet restore - - name: Write File + + - name: Write Version File uses: DamianReeves/write-file-action@master with: path: MBBSEmu/Assets/version.txt - contents: ${{ env.BUILD_VERSION }} + contents: $env.BUILD_VERSION write-mode: overwrite - name: Build