Skip to content

Commit 4327e26

Browse files
authored
chore: fix release (#100)
1 parent 0c2391b commit 4327e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
if-no-files-found: error
3737
retention-days: 7
3838
path: |
39-
${{ env.NuGetDirectory }}/Flasgmith.*.nupkg
40-
!${{ env.NuGetDirectory }}/Flasgmith.Engine.*.nupkg
39+
${{ env.NuGetDirectory }}/Flagsmith.*.nupkg
40+
!${{ env.NuGetDirectory }}/Flagsmith.Engine*
4141
4242
validate_nuget:
4343
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)