Skip to content

Commit

Permalink
dont codesign for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Dec 24, 2023
1 parent dd32ec1 commit 36cf5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,11 +245,11 @@ jobs:
- name: Prepare Package
run: |
mkdir -p ${{ env.binary }}.app/Contents/MacOS
codesign --force -v --timestamp -o runtime -s "Developer ID Application: Christopher Biscardi (GZ8T7WE3W4)" target/aarch64-apple-darwin/release/${{ env.binary }}
# codesign --force -v --timestamp -o runtime -s "Developer ID Application: Christopher Biscardi (GZ8T7WE3W4)" target/aarch64-apple-darwin/release/${{ env.binary }}
cp target/aarch64-apple-darwin/release/${{ env.binary }} ${{ env.binary }}.app/Contents/MacOS/
cp -r assets ${{ env.binary }}.app/Contents/MacOS/
hdiutil create -fs HFS+ -volname "${{ env.binary }}-macOS-apple-silicon" -srcfolder ${{ env.binary }}.app ${{ env.binary }}-macOS-apple-silicon.dmg
codesign -v -s "Developer ID Application: Christopher Biscardi (GZ8T7WE3W4)" --timestamp ${{ env.binary }}-macOS-apple-silicon.dmg
# codesign -v -s "Developer ID Application: Christopher Biscardi (GZ8T7WE3W4)" --timestamp ${{ env.binary }}-macOS-apple-silicon.dmg
- name: Upload binaries to artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 36cf5f1

Please sign in to comment.