Skip to content

Commit e742e2f

Browse files
authored
Merge pull request #62 from ropensci-review-tools/fix-upload-step
Add condition to upload artifact based on pkgcheck
2 parents ad5286b + e2d9ae1 commit e742e2f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ runs:
4444
GITHUB_TOKEN: ${{ github.token }}
4545
id: pkgcheck
4646
- uses: actions/upload-artifact@v4
47+
if: ${{ steps.pkgcheck.outputs.visnet_path }}
4748
with:
4849
if-no-files-found: ignore
4950
name: visual-network

0 commit comments

Comments
 (0)