Update ci.yml

This commit is contained in:
Andreas 2020-02-17 20:10:42 +01:00 committed by GitHub
parent 54183c534a
commit b8ffe648ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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/