Skip to content

Commit

Permalink
Merge pull request #7 from samsmithnz/FixToWorkflow
Browse files Browse the repository at this point in the history
Fix to workflow to upload artifact
  • Loading branch information
samsmithnz authored Jul 31, 2022
2 parents 4a54d6b + e7e3194 commit 0fbf151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion GitVersion.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
next-version: 0.1.0
next-version: 0.2.0

0 comments on commit 0fbf151

Please sign in to comment.