Skip to content

Commit fe41d1b

Browse files
authored
Merge pull request #41 from NSGolova/main
fix: publish action uses .net version in a path
2 parents c226354 + 18abd80 commit fe41d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet build --no-restore --configuration Release
3535

3636
- name: Zip
37-
run: Compress-Archive -Path .\GenericStripper\bin\Release\net7.0\* -DestinationPath GenericStripper.zip
37+
run: Compress-Archive -Path .\GenericStripper\bin\Release\net9.0\* -DestinationPath GenericStripper.zip
3838

3939
- name: Publish to Release
4040
run: gh release upload ${{ github.ref_name }} GenericStripper.zip --clobber

0 commit comments

Comments
 (0)