Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
chore: attempt 13
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jun 7, 2024
1 parent 75eee04 commit 8562561
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wails2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,16 @@ jobs:
rm -Rf ./build/bin/*
mv ./build/out/albyhub-${{runner.os}}.tar.bz2 ./build/bin/
- name: Install codesign
if: runner.os == 'macOS'
run: |
brew install codesign
- name: Sign the macOS binary
if: runner.os == 'macOS'
run: |
echo "Signing Package"
gon -log-level=info ./build/darwin/gon-sign.json
gon -log-level=info ./build/darwin/gon-sign-1.json
/usr/bin/codesign --deep --force --verify --verbose --timestamp --sign "Developer ID Application: Alby Inc. (${{ secrets.APPLE_TEAM_ID }})" --entitlements ./build/darwin/entitlements.plist ./build/bin/AlbyHub.app
env:
AC_USERNAME: ${{ secrets.APPLE_USERNAME }}
AC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
Expand Down
9 changes: 0 additions & 9 deletions build/darwin/gon-sign-1.json

This file was deleted.

0 comments on commit 8562561

Please sign in to comment.