Skip to content

Commit

Permalink
[FB] Workflow | I'm so sleepy
Browse files Browse the repository at this point in the history
  • Loading branch information
surapunoyousei committed Aug 16, 2024
1 parent 6e6c31b commit d4a58a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/macOS-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,13 @@ jobs:
export APP_NAME="Floorp.app"
fi
./mach macos-sign -s ${{ secrets.macOS_AppleDeveloperId }} -a ./obj-x86_64-apple-darwin/dist/floorp/${APP_NAME}
chmod +x ./floorp/build/codesign/mac/codesign.bash
./floorp/build/codesign/mac/codesign.bash \
-a "./obj-x86_64-apple-darwin/dist/floorp/${APP_NAME}" \
-i "${{ secrets.macOS_AppleDeveloperId }}" \
-b "./floorp/build/codesign/mac/browser.developer.entitlements.xml" \
-p "./floorp/build/codesign/mac/plugin-container.developer.entitlements.xml"
env:
GHA_beta: ${{ inputs.beta }}

Expand Down
2 changes: 1 addition & 1 deletion floorp

0 comments on commit d4a58a4

Please sign in to comment.