Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 committed Jan 8, 2024
1 parent 7d3e13c commit 4579d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-swa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: dotnet publish Solitaire.Browser/Solitaire.Browser.csproj -c Release -o release --nologo

- name: Brotli Compress Output (dll)
run: DotNetCompress -d Solitaire.Browser/bin/Release/net7.0/browser-wasm/AppBundle/ -p '*.dll' -p '*.js' -p '*.symbols' -p '*.blat' -p '*.bin' -p '*.wasm'
run: DotNetCompress -d Solitaire.Browser/bin/Release/net8.0-browser/browser-wasm/AppBundle/ -p '*.dll' -p '*.js' -p '*.symbols' -p '*.blat' -p '*.bin' -p '*.wasm'

- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand All @@ -40,7 +40,7 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "Solitaire.Browser/bin/Release/net7.0/browser-wasm/AppBundle/" # App source code path
app_location: "Solitaire.Browser/bin/Release/net8.0-browser/browser-wasm/AppBundle/" # App source code path
api_location: "" # Api source code path - optional
output_location: "" # Modify this to where your SSG places the built HTML - could be `dist`, `build`... check your config
skip_app_build: true
Expand Down

0 comments on commit 4579d45

Please sign in to comment.