diff --git a/.github/workflows/publish_package.yml b/.github/workflows/publish_package.yml index 58b2a03..acdcd51 100644 --- a/.github/workflows/publish_package.yml +++ b/.github/workflows/publish_package.yml @@ -6,7 +6,7 @@ on: workflow_dispatch: # Erlaubt manuelles Auslösen des Workflows über die GitHub-Oberfläche env: - CSPROJ_FILE: src/Templates/Templates.csproj + CSPROJ_FILE: Templates/Templates.csproj DOTNET_VERSION: '8.0.x' jobs: diff --git a/.github/workflows/release_draft.yml b/.github/workflows/release_draft.yml index c6298ea..1e32367 100644 --- a/.github/workflows/release_draft.yml +++ b/.github/workflows/release_draft.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest env: - CSPROJ_FILE: src/Templates/Templates.csproj + CSPROJ_FILE: Templates/Templates.csproj DOTNET_VERSION: '8.0.x' steps: