Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed May 17, 2024
1 parent fc45be4 commit c79e168
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
chmod +x spc
fi
if [ "${{ matrix.operating-system }}" = "macos-aarch64" ] || [ "${{ matrix.operating-system }}" = "macos-x86_64" ]; then
/usr/bin/xattr -cr ./spc
find /usr -name "*xattr" 2>/dev/null
/usr/bin/xattr -cr ./spc
fi
- name: "Archive Executable"
Expand Down

0 comments on commit c79e168

Please sign in to comment.