Skip to content

Commit

Permalink
ExcelDeploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gavbrennan committed Apr 21, 2023
1 parent 8d16f43 commit 26e6106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ExcelDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26e6106

Please sign in to comment.