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