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 6c6ac36 commit cde823e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
with:
name: nugets
path: |
**/*.nupkg
**/*.snupkg
./Source/**/*.nupkg
./Source/**/*.snupkg
test:
runs-on: ubuntu latest
runs-on: ubuntu-latest

steps:
- name: Setup .NET SDK
Expand Down Expand Up @@ -89,8 +89,8 @@ jobs:
with:
name: signed-nugets
path: |
**/*.nupkg
**/*.snupkg
./Source/**/*.nupkg
./Source/**/*.snupkg
publish:
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit cde823e

Please sign in to comment.