We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3270e6d commit 8370a06Copy full SHA for 8370a06
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
- name: Build macOS installer
82
run: |
83
make installer-mac
84
- #xattr -dr com.apple.quarantine "installer/build/Basic Memory Installer.app"
+ xattr -dr com.apple.quarantine "installer/build/Basic Memory Installer.app"
85
86
- name: Check library paths
87
@@ -115,5 +115,4 @@ jobs:
115
with:
116
name: installer
117
path: |
118
- installer/build/Basic-Memory-Installer.zip
119
- installer/build/Basic-Memory-Installer.app
+ installer/build/Basic-Memory-Installer.*
0 commit comments