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 26e6106 commit 020d194
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 @@ -33,7 +33,7 @@ jobs:
working-directory: './'
run: |
$version = Get-Content ./version.txt
dotnet build Qwackl.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
dotnet build Qwack.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile
- name: Zip deployment
uses: vimtor/action-zip@v1
Expand Down

0 comments on commit 020d194

Please sign in to comment.