We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9def501 + 1ddfb3b commit ebfe4cbCopy full SHA for ebfe4cb
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
98
- name: Import code signing certificate
99
if: github.event_name != 'pull_request'
100
- uses: apple-actions/import-codesign-certs@v1
+ uses: apple-actions/import-codesign-certs@v3
101
with:
102
p12-file-base64: ${{ secrets.DEVID_CERTIFICATE_P12 }}
103
p12-password: ${{ secrets.DEVID_CERTIFICATE_P12_PASSWORD }}
Source/PabloDraw/PabloDraw.csproj
@@ -40,7 +40,7 @@
40
<TargetFramework>net9.0</TargetFramework>
41
<RuntimeIdentifiers>linux-x64;linux-arm64</RuntimeIdentifiers>
42
<DefineConstants>LINUX</DefineConstants>
43
- <TrimMode>Link</TrimMode>
+ <TrimMode>partial</TrimMode>
44
<PublishTrimmed>True</PublishTrimmed>
45
</PropertyGroup>
46
0 commit comments