From b8ffe648caa1ec3f59abc7f707331d31c56511df Mon Sep 17 00:00:00 2001 From: Andreas Date: Mon, 17 Feb 2020 20:10:42 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a89462..13971b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ on: [push] jobs: build: env: - dotnet_ver: 3.1 + DOTNETVER: 3.1 runs-on: ubuntu-latest @@ -29,4 +29,4 @@ jobs: # Artifact name name: RSSBot-linux-x64-$GITHUB_SHA # Directory containing files to upload - path: bin/Debug/netcoreapp$dotnet_ver/linux-x64/publish/ + path: bin/Debug/netcoreapp${DOTNETVER}/linux-x64/publish/