Improve CI test signing & assert expected files (#2137)

This commit is contained in:
Michael Telatynski
2025-02-19 14:34:43 +00:00
committed by GitHub
parent b8bb4d3316
commit 8f464b9450
5 changed files with 67 additions and 9 deletions
+5
View File
@@ -139,3 +139,8 @@ jobs:
dist
!dist/mac-universal/**
retention-days: 1
- name: Assert all required files are present
run: |
test -f ./dist/Element*.dmg
test -f ./dist/Element*-mac.zip