diff --git a/.github/workflows/ExcelDeploy.yml b/.github/workflows/ExcelDeploy.yml index 95f840ba..b12b6234 100644 --- a/.github/workflows/ExcelDeploy.yml +++ b/.github/workflows/ExcelDeploy.yml @@ -32,7 +32,7 @@ jobs: - name: Build and Publish Excel Add-in working-directory: './' run: | - $version = Get-Content ../../version.txt + $version = Get-Content ./version.txt dotnet build Qwackl.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile - name: Zip deployment