Skip to content

Commit

Permalink
Fix binary attestation
Browse files Browse the repository at this point in the history
Copy-pasta fail in the paths.
  • Loading branch information
martincostello authored May 13, 2024
1 parent f77d668 commit 0bf3b6b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ jobs:
startsWith(github.ref, 'refs/tags/v'))
with:
subject-path: |
./artifacts/publish/JustSaying/release*/JustSaying.dll
./artifacts/publish/JustSaying.Extensions.Aws/release*/JustSaying.Extensions.Aws.dll
./artifacts/publish/JustSaying.Extensions.DependencyInjection.Microsoft/release*/JustSaying.Extensions.DependencyInjection.Microsoft.dll
./artifacts/publish/JustSaying.Extensions.DependencyInjection.StructureMap/release*/JustSaying.Extensions.DependencyInjection.StructureMap.dll
./artifacts/publish/JustSaying.Models/release*/JustSaying.Models.dll
./artifacts/bin/JustSaying/release*/JustSaying.dll
./artifacts/bin/JustSaying.Extensions.Aws/release*/JustSaying.Extensions.Aws.dll
./artifacts/bin/JustSaying.Extensions.DependencyInjection.Microsoft/release*/JustSaying.Extensions.DependencyInjection.Microsoft.dll
./artifacts/bin/JustSaying.Extensions.DependencyInjection.StructureMap/release*/JustSaying.Extensions.DependencyInjection.StructureMap.dll
./artifacts/bin/JustSaying.Models/release*/JustSaying.Models.dll
./artifacts/package/release/*
- name: Publish NuGet packages
Expand Down

0 comments on commit 0bf3b6b

Please sign in to comment.