Skip to content

Commit 909348a

Browse files
committed
update lapdev-cli release
1 parent fa69661 commit 909348a

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/release-cli.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)