Skip to content

Commit

Permalink
build release
Browse files Browse the repository at this point in the history
  • Loading branch information
crcn committed Sep 4, 2023
1 parent 60333f2 commit e760e6f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Install Dependencies
run: yarn install
- run: yarn install
- name: Build Packages
run: yarn build
- run: cargo build --release
- name: Sign bin
env:
BUILD_CERTIFICATE_BASE64: ${{ secrets.MACOS_CERTIFICATE }}
Expand Down Expand Up @@ -82,6 +82,8 @@ jobs:
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "$P12_PASSWORD" $KEYCHAIN_PATH
ID=$(security find-identity -v)
echo $ID
ls
pwd
/usr/bin/codesign --force -s "Apple Development: Craig Condon (ALX94TWLQX)" ./target/release/paperclip-cli -v
# - name: Compile
# id: compile
Expand Down

0 comments on commit e760e6f

Please sign in to comment.