We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e136b37 commit 8fe15a1Copy full SHA for 8fe15a1
1 file changed
.github/workflows/static.yml
@@ -1,7 +1,7 @@
1
# Simple workflow for deploying static content to GitHub Pages
2
name: Deploy static content to Pages
3
env:
4
- PUBLISH_DIR: /Demo/ExpireStorage.Demo/bin/Release/net10.0/publish/wwwroot
+ PUBLISH_DIR: Demo/ExpireStorage.Demo/bin/Release/net10.0/publish/wwwroot
5
6
on:
7
# Runs on pushes targeting the default branch for the app's folder path
@@ -45,7 +45,7 @@ jobs:
45
dotnet-version: '10.0.x'
46
47
- name: Publish app
48
- run: dotnet publish /Demo/ExpireStorage.Demo/ExpireStorage.Demo.csproj -c Release
+ run: dotnet publish Demo/ExpireStorage.Demo -c Release
49
50
- name: Rewrite base href
51
uses: SteveSandersonMS/ghaction-rewrite-base-href@5b54862a8831e012d4f1a8b2660894415fdde8ec # v1.1.0
0 commit comments