Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
Fix the upload artifact wildcard.
  • Loading branch information
khalidabuhakmeh authored Aug 16, 2023
1 parent aefd5d5 commit 8069d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
path: ./nupkgs/*/*
path: ./nupkgs/*
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@main
env:
Expand Down

0 comments on commit 8069d69

Please sign in to comment.