Update ci.yml
This commit is contained in:
parent
b8ffe648ca
commit
85dc187d51
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user