Skip to content

Commit

Permalink
Fix xattr during packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Omkar Phansopkar <[email protected]>
  • Loading branch information
OmkarPh committed Mar 8, 2024
1 parent 61bd5fa commit 7f15162
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
run: mkdir -p dist
- name: Build Workbench & create release archive for ${{ matrix.os }}
run: npm run publish
# Fix macos error due to extended attributes
- name: Fix extended attributes on macos
if: matrix.os == 'macos-14' || matrix.os == 'macos-latest'
run: xattr -c out/ScanCode-Workbench-4.0.2-darwin-arm64/ScanCode-Workbench-4.0.2.app
- name: Create source code archive (including node_modules)
run: npm run srcarchive
- name: Verify Generated archives in dist/
Expand Down

0 comments on commit 7f15162

Please sign in to comment.