diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96e5610..253264e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: run: dotnet build --no-restore --configuration Release - name: Zip - run: Compress-Archive -Path .\GenericStripper\bin\Release\net7.0\* -DestinationPath GenericStripper.zip + run: Compress-Archive -Path .\GenericStripper\bin\Release\net9.0\* -DestinationPath GenericStripper.zip - name: Publish to Release run: gh release upload ${{ github.ref_name }} GenericStripper.zip --clobber