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 cde823e commit b24a30f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
with:
name: nugets
path: |
./Source/**/*.nupkg
./Source/**/*.snupkg
${{ github.workspace }}/Source/**/*.nupkg
${{ github.workspace }}/Source/**/*.snupkg
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -89,8 +89,8 @@ jobs:
with:
name: signed-nugets
path: |
./Source/**/*.nupkg
./Source/**/*.snupkg
${{ github.workspace }}/**/*.nupkg
${{ github.workspace }}/**/*.snupkg
publish:
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit b24a30f

Please sign in to comment.