Skip to content

Commit c97f1b1

Browse files
committed
Rename code signing job and update artifact name for signed installers
1 parent 29e74cf commit c97f1b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows_multi_briefcase.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
path: logs/*
9191

9292
code-signing:
93-
name: Combine MSIs into single zip
93+
name: Code Signing
9494
needs: build
9595
runs-on: windows-latest
9696
steps:
@@ -116,5 +116,5 @@ jobs:
116116
- name: Upload Signed Artifact
117117
uses: actions/upload-artifact@v7
118118
with:
119-
name: Artemis-Windows-Installers
119+
name: Artemis-Windows-Installers-Signed
120120
path: signed-installers

0 commit comments

Comments
 (0)