File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ jobs:
131131 - name : Upload plugin artifact
132132 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
133133 with :
134+ compression-level : 1
134135 if-no-files-found : error
135136 name : ${{ matrix.os }}_${{ steps.plugin-name.outputs.info }}
136137 path : out/${{ steps.plugin-name.outputs.info }}.zip
@@ -179,6 +180,7 @@ jobs:
179180 - name : Upload SHA512SUMS
180181 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
181182 with :
183+ compression-level : 1
182184 if-no-files-found : error
183185 name : SHA512SUMS
184186 path : out/SHA512SUMS
@@ -187,6 +189,7 @@ jobs:
187189 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
188190 if : ${{ env.GPG_PRIVATE_KEY != null }}
189191 with :
192+ compression-level : 1
190193 if-no-files-found : error
191194 name : SHA512SUMS.sign
192195 path : out/SHA512SUMS.sign
@@ -198,6 +201,7 @@ jobs:
198201 artifactErrorsFailBuild : true
199202 artifacts : " out/*"
200203 bodyFile : .github/RELEASE_TEMPLATE.md
204+ immutableCreate : true
201205 makeLatest : false
202206 name : ${{ needs.publish.outputs.PLUGIN_NAME }} V${{ github.ref_name }}
203207 prerelease : true
You can’t perform that action at this time.
0 commit comments