Skip to content

Commit

Permalink
ran the wrong target in fake for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Dec 21, 2020
1 parent 4aba731 commit f9527eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: dotnet tool restore

- name: Generate packages
run: dotnet fake run ./build.fsx --target CI
run: dotnet fake run ./build.fsx --target Release

- name: Publish release packages
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit f9527eb

Please sign in to comment.