From 85dc187d51961abfdfa689e6625f7a72e7483cde Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 17 Feb 2020 20:15:26 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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/