We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c226354 + 18abd80 commit fe41d1bCopy full SHA for fe41d1b
1 file changed
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
run: dotnet build --no-restore --configuration Release
35
36
- name: Zip
37
- run: Compress-Archive -Path .\GenericStripper\bin\Release\net7.0\* -DestinationPath GenericStripper.zip
+ run: Compress-Archive -Path .\GenericStripper\bin\Release\net9.0\* -DestinationPath GenericStripper.zip
38
39
- name: Publish to Release
40
run: gh release upload ${{ github.ref_name }} GenericStripper.zip --clobber
0 commit comments