Skip to content

Commit 8370a06

Browse files
author
phernandez
committed
re-add xattr
1 parent 3270e6d commit 8370a06

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Build macOS installer
8282
run: |
8383
make installer-mac
84-
#xattr -dr com.apple.quarantine "installer/build/Basic Memory Installer.app"
84+
xattr -dr com.apple.quarantine "installer/build/Basic Memory Installer.app"
8585
8686
- name: Check library paths
8787
run: |
@@ -115,5 +115,4 @@ jobs:
115115
with:
116116
name: installer
117117
path: |
118-
installer/build/Basic-Memory-Installer.zip
119-
installer/build/Basic-Memory-Installer.app
118+
installer/build/Basic-Memory-Installer.*

0 commit comments

Comments
 (0)