Skip to content

Commit

Permalink
Merge pull request #307 from autonomys/update-subspace
Browse files Browse the repository at this point in the history
Update Subspace to latest `main` revision
  • Loading branch information
nazar-pc authored Oct 10, 2024
2 parents e5707f7 + 928e59c commit ab964c7
Show file tree
Hide file tree
Showing 12 changed files with 1,562 additions and 1,793 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ jobs:
echo "Notarizing"
# Notarize the Dmg using notarytool
xcrun notarytool submit target/bundle/space-acres-$version.dmg --apple-id "${{ secrets.MACOS_APPLE_ID }}" --password "${{ secrets.MACOS_APP_PW }}" --team-id "${{ secrets.MACOS_TEAM_ID }}" --wait
xcrun stapler staple target/bundle/space-acres-$version.dmg
# Allow code signing to fail on non-release builds and in non-autonomys repos (forks)
continue-on-error: ${{ github.repository_owner != 'autonomys' || github.event_name != 'push' || github.ref_type != 'tag' }}
if: runner.os == 'macOS'
Expand Down
Loading

0 comments on commit ab964c7

Please sign in to comment.