From 80ffdfe94c6fe84c9991d788a94ead833331c554 Mon Sep 17 00:00:00 2001 From: Bastian Eicher Date: Wed, 25 Sep 2024 19:48:57 +0200 Subject: [PATCH] Tweaked artifact upload --- .github/workflows/build.yml | 1 + src/ZeroInstall.Publish.Capture.Cli.sln.DotSettings | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18899be..0276f72 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,6 +23,7 @@ jobs: uses: actions/upload-artifact@v4 with: path: 0capture-${{steps.gitversion.outputs.nuGetVersion}}.* + compression-level: 0 # Release - name: Create GitHub Release diff --git a/src/ZeroInstall.Publish.Capture.Cli.sln.DotSettings b/src/ZeroInstall.Publish.Capture.Cli.sln.DotSettings index f3492e2..bb983a4 100644 --- a/src/ZeroInstall.Publish.Capture.Cli.sln.DotSettings +++ b/src/ZeroInstall.Publish.Capture.Cli.sln.DotSettings @@ -20,7 +20,9 @@ Licensed under the GNU Lesser Public License IO OK <Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb" /> + <Policy><Descriptor Staticness="Static" AccessRightKinds="Private" Description="Static readonly fields (private)"><ElementKinds><Kind Name="READONLY_FIELD" /></ElementKinds></Descriptor><Policy Inspect="True" Prefix="_" Suffix="" Style="aaBb" /></Policy> True + True True SOLUTION_FOLDER \ No newline at end of file