Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chkr1011 committed May 17, 2024
1 parent b24a30f commit 7e71e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
with:
name: signed-nugets
path: |
${{ github.workspace }}/**/*.nupkg
${{ github.workspace }}/**/*.snupkg
${{ github.workspace }}\nugets\**\*.nupkg
${{ github.workspace }}\nugets\**\*.snupkg
publish:
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 7e71e7d

Please sign in to comment.