Skip to content

Commit

Permalink
Remove raw binary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Mar 4, 2024
1 parent fa05ea3 commit 93c5ca0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
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.

0 comments on commit 93c5ca0

Please sign in to comment.