There was an error while loading. Please reload this page.
1 parent 20620a2 commit fa43ac7Copy full SHA for fa43ac7
1 file changed
.github/workflows/package.yml
@@ -36,13 +36,22 @@ jobs:
36
artifact-name: CertWizard-Windows
37
38
- os: macos-latest
39
- friendly-name: macOS (DMG/PKG/Zip)
+ friendly-name: macOS Apple Silicon (DMG/PKG/Zip)
40
platform-profile: jar-with-dependencies
41
artifact-path: |
42
target/CertWizard-mac.zip
43
target/*.dmg
44
target/*.pkg
45
- artifact-name: CertWizard-Mac-App
+ artifact-name: CertWizard-Mac-ARM64
46
+
47
+ - os: macos-13
48
+ friendly-name: macOS Intel (DMG/PKG/Zip)
49
+ platform-profile: jar-with-dependencies
50
+ artifact-path: |
51
+ target/CertWizard-mac.zip
52
+ target/*.dmg
53
+ target/*.pkg
54
+ artifact-name: CertWizard-Mac-x64
55
56
- os: ubuntu-latest
57
friendly-name: Linux (JAR)
0 commit comments