Skip to content

Commit

Permalink
🏗️ Upload nuget build artifact in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
decaprime committed Jun 2, 2023
1 parent dfba54a commit c43e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: dotnet pack -p:Version=$GitVersion_SemVer --output ./nuget

- name: Upload a Build Artifact
if: ${{ !env.ACT && github.event_name == 'push' }}
if: ${{ !env.ACT }}
uses: actions/[email protected]
with:
path: ./nuget
Expand Down

0 comments on commit c43e0de

Please sign in to comment.