Skip to content

Commit

Permalink
Add macOS Ad-hoc Codesigning to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan322 authored Dec 26, 2023
1 parent d114eca commit 4fcf428
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ jobs:
if: ${{ matrix.platform == 'windows' }}
run: |
Remove-Item game/bin/openvic/* -Include *.exp,*.lib,*.pdb -Force
- name: Sign Binary
if: ${{ matrix.platform == 'macos' }}
uses: OpenVicProject/apple-code-sign-action@main
with:
input_path: ${{ github.workspace }}/game/bin/openvic/*

- name: Upload extension artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4fcf428

Please sign in to comment.