Skip to content

Commit

Permalink
Add missing if expression to upload-build-asset step
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthurvdv committed May 14, 2024
1 parent 360c497 commit cd6131c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ jobs:
- name: Upload build artifact
id: upload-build-asset
uses: actions/upload-artifact@v4
if: ${{ matrix.GH_eventName != 'pull_request' }}
with:
name: ${{ matrix.assetname }}
path: bin/Release/netstandard2.1/BusinessCentral.LinterCop.dll
Expand Down

0 comments on commit cd6131c

Please sign in to comment.