diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b91034f..215f062 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: uses: actions/setup-dotnet@v4.0.0 with: # Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x, 3.x, 6.0.2xx - dotnet-version: 8.0.x + dotnet-version: 8.0.6 - name: 🚚 Get latest code uses: actions/checkout@v4 @@ -27,4 +27,5 @@ jobs: port: 2122 username: kopwiki local-dir: bin/Release/net8.0/publish/ + dangerous-clean-slate: true password: ${{ secrets.password }} \ No newline at end of file