Update ci.yml
This commit is contained in:
parent
54183c534a
commit
b8ffe648ca
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -5,7 +5,7 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
env:
|
env:
|
||||||
dotnet_ver: 3.1
|
DOTNETVER: 3.1
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@ -29,4 +29,4 @@ jobs:
|
|||||||
# Artifact name
|
# Artifact name
|
||||||
name: RSSBot-linux-x64-$GITHUB_SHA
|
name: RSSBot-linux-x64-$GITHUB_SHA
|
||||||
# Directory containing files to upload
|
# Directory containing files to upload
|
||||||
path: bin/Debug/netcoreapp$dotnet_ver/linux-x64/publish/
|
path: bin/Debug/netcoreapp${DOTNETVER}/linux-x64/publish/
|
||||||
|
Loading…
Reference in New Issue
Block a user