Skip to content

Commit 4f38656

Browse files
authored
Update build.yml
1 parent 828cead commit 4f38656

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,16 @@ jobs:
5959
- name: Remove the pfx
6060
run: Remove-Item -path GitHubActionsWorkflow.pfx
6161

62-
- name: Upload app packages and certificate
62+
- name: Upload app packages
6363
uses: actions/upload-artifact@v4
6464
with:
6565
name: ${{ matrix.platform }}-App-Package
6666
path: ${{ github.workspace }}/Packages/*.msix
67-
${{ github.workspace }}/Packages/*.cer
67+
68+
- name: Upload certificate
69+
uses: actions/upload-artifact@v4
70+
with:
71+
name: ${{ matrix.platform }}-App-Certificate
72+
path: ${{ github.workspace }}/Packages/*.cer
73+
74+

0 commit comments

Comments
 (0)