Skip to content

Commit

Permalink
Fixed indent
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Sep 13, 2020
1 parent 66d0988 commit c2b0cf7
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,16 @@ jobs:

- name: Build application
run: >
msbuild .\WinQuickLook.sln /p:Configuration=Release /p:Version="${{ steps.setup_version.outputs.VERSION }}"
/p:UapAppxPackageBuildMode=StoreUpload
/p:AppxBundlePlatforms="${{ env.BUNDLE_PLATFORMS }}"
/p:AppxPackageDir=.\packed
/p:AppxBundle=Always
/p:AppxPackageSigningEnabled=false
/p:PackageCertificateThumbprint=""
/verbosity:minimal
msbuild .\WinQuickLook.sln
/p:Configuration=Release
/p:Version="${{ steps.setup_version.outputs.VERSION }}"
/p:UapAppxPackageBuildMode=StoreUpload
/p:AppxBundlePlatforms="${{ env.BUNDLE_PLATFORMS }}"
/p:AppxPackageDir=.\packed
/p:AppxBundle=Always
/p:AppxPackageSigningEnabled=false
/p:PackageCertificateThumbprint=""
/verbosity:minimal
- name: Upload MSIX
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit c2b0cf7

Please sign in to comment.