Skip to content

Commit

Permalink
Requires newline... I hope
Browse files Browse the repository at this point in the history
  • Loading branch information
TSchmiedlechner committed Jul 13, 2024
1 parent 0720f30 commit c54eec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ jobs:
with:
certificate: '${{ secrets.SIGNING_CERTIFICATE }}'
password: '${{ secrets.SIGNING_CERT_PASSWORD }}'
files: ${{ steps.filter_files_for_codesigning.outputs.FILES }}
files: |-
${{ steps.filter_files_for_codesigning.outputs.FILES }}
- name: Publish v1 Nuget packages
run: dotnet pack (Get-ChildItem -Path ${{ matrix.solution }} -Filter *.sln).FullName --no-restore --configuration Release --output ./publish/packages-v1
Expand Down

0 comments on commit c54eec8

Please sign in to comment.