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

Commit

Permalink
chore: attempt 11
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Jun 7, 2024
1 parent 32758e3 commit 88687f7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/wails2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,6 @@ jobs:
# The password used to import the PKCS12 file.
p12-password: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_PASSWORD }}

- name: Sign the macOS binary
if: runner.os == 'macOS'
run: |
echo "Signing Package"
gon -log-level=info ./build/darwin/gon-sign.json
env:
AC_USERNAME: ${{ secrets.APPLE_USERNAME }}
AC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
AC_PROVIDER: ${{ secrets.APPLE_TEAM_ID }}

- name: Copy DLLs to the output directory
if: runner.os == 'Windows'
run: |
Expand Down Expand Up @@ -175,6 +165,16 @@ jobs:
rm -Rf ./build/bin/*
mv ./build/out/albyhub-${{runner.os}}.tar.bz2 ./build/bin/
- name: Sign the macOS binary
if: runner.os == 'macOS'
run: |
echo "Signing Package"
gon -log-level=info ./build/darwin/gon-sign.json
env:
AC_USERNAME: ${{ secrets.APPLE_USERNAME }}
AC_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
AC_PROVIDER: ${{ secrets.APPLE_TEAM_ID }}

- name: Make DMG image for macOS
if: runner.os == 'macOS'
run: |
Expand Down

0 comments on commit 88687f7

Please sign in to comment.