From b49e066975ef1e4bbe76ee9e3c947d68f1bfe418 Mon Sep 17 00:00:00 2001 From: Hogo <64896329+HugoVG@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:37:40 +0100 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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