We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2391b commit 4327e26Copy full SHA for 4327e26
.github/workflows/release.yml
@@ -36,8 +36,8 @@ jobs:
36
if-no-files-found: error
37
retention-days: 7
38
path: |
39
- ${{ env.NuGetDirectory }}/Flasgmith.*.nupkg
40
- !${{ env.NuGetDirectory }}/Flasgmith.Engine.*.nupkg
+ ${{ env.NuGetDirectory }}/Flagsmith.*.nupkg
+ !${{ env.NuGetDirectory }}/Flagsmith.Engine*
41
42
validate_nuget:
43
runs-on: ubuntu-latest
0 commit comments