diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13971b3..6b60de7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,6 @@ on: [push] jobs: build: - env: - DOTNETVER: 3.1 runs-on: ubuntu-latest @@ -29,4 +27,4 @@ jobs: # Artifact name name: RSSBot-linux-x64-$GITHUB_SHA # Directory containing files to upload - path: bin/Debug/netcoreapp${DOTNETVER}/linux-x64/publish/ + path: bin/Debug/netcoreapp3.1/linux-x64/publish/