diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index c764601..0a4daec 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -50,7 +50,7 @@ jobs: # add .nojekyll file to tell GitHub pages to not treat this as a Jekyll project. (Allow files and folders starting with an underscore) - name: Add .nojekyll file - run: touch release/wwwroot/.nojekyll + run: touch release/.nojekyll - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@v4