From 3514df07dbf8b89fa329c782165e6cfa89d1fae9 Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Sun, 31 Jul 2022 08:56:28 -0400 Subject: [PATCH 1/2] Fix to workflow to upload artifact --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index bbe27cce..f34f372f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -40,7 +40,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: drop - path: src/DotNetCensus/bin/Release + path: src/DotNetCensus.Core/bin/Release release: name: Release job From e7e3194c58aed1254637382e092e513bec579911 Mon Sep 17 00:00:00 2001 From: Sam Smith Date: Sun, 31 Jul 2022 08:57:04 -0400 Subject: [PATCH 2/2] Increased version --- GitVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitVersion.yml b/GitVersion.yml index c12fe19f..362dfe7f 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1 +1 @@ -next-version: 0.1.0 \ No newline at end of file +next-version: 0.2.0 \ No newline at end of file