Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,20 +40,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AC_PASSWORD: ${{ secrets.APPLE_AC_PASSWORD }}

# Run build/extract-bin-from-dmg.sh to extract the binary from the DMG
- name: Extract binaries from DMG
run: |
./build/extract-bin-from-dmg.sh overmind-cli-amd64
./build/extract-bin-from-dmg.sh overmind-cli-arm64

# Add the raw signed binaries to the existing release
- name: Upload raw signed Mac binaries (amd64 and arm64)
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/signed-binaries/*
file_glob: true

bump-formula:
# Depend on the release job
needs: release
Expand Down
72 changes: 0 additions & 72 deletions build/extract-bin-from-dmg.sh

This file was deleted.