From df1ec2763f3d8bc8b610d43a6a9ede7c8480e8f3 Mon Sep 17 00:00:00 2001 From: Rebin Date: Fri, 27 Oct 2023 20:33:35 +0100 Subject: [PATCH] fix updating version --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index c974d32..9644889 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -24,7 +24,7 @@ jobs: - name: set version run: | cd src - cat ./QuranVideoMaker/Resources/VERSION.txt > 0.0.${{github.run_number}}; + echo 0.0.${{github.run_number}} > ./QuranVideoMaker/Resources/VERSION.txt - name: restore run: |