File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -192,30 +192,11 @@ jobs:
192192 Copy-Item $bin "pack\lapdev.exe" -Force
193193 Compress-Archive -Path "pack\lapdev.exe" -DestinationPath $env:ARCHIVE_NAME -Force
194194
195- -
uses :
sigstore/[email protected] 196-
197- - name : Sign artifact (Unix)
198- if : runner.os != 'Windows'
199- env :
200- COSIGN_EXPERIMENTAL : " 1"
201- run : |
202- cosign sign-blob --yes --output-signature "${ARCHIVE_NAME}.sig" --output-certificate "${ARCHIVE_NAME}.pem" "${ARCHIVE_NAME}"
203-
204- - name : Sign artifact (Windows)
205- if : runner.os == 'Windows'
206- shell : pwsh
207- env :
208- COSIGN_EXPERIMENTAL : " 1"
209- run : |
210- cosign sign-blob --yes --output-signature "$env:ARCHIVE_NAME.sig" --output-certificate "$env:ARCHIVE_NAME.pem" "$env:ARCHIVE_NAME"
211-
212195 - uses : actions/upload-artifact@v4
213196 with :
214197 name : ${{ env.ARTIFACT_NAME }}
215198 path : |
216199 ${{ env.ARCHIVE_NAME }}
217- ${{ env.ARCHIVE_NAME }}.sig
218- ${{ env.ARCHIVE_NAME }}.pem
219200
220201 publish :
221202 needs : [prepare, build]
You can’t perform that action at this time.
0 commit comments