Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #123 from iden3/fix/gha-release-ios
Browse files Browse the repository at this point in the history
Fix the release of binded Go to iOS in GHA
  • Loading branch information
ed255 authored May 29, 2020
2 parents 19da94b + 7c3af88 commit 5d3bb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gomobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.bind-go-android.outputs.release_upload_url }}
asset_path: /tmp/build/Iden3mobile.framework
asset_name: Iden3mobile.framework
asset_path: /tmp/build/Iden3mobile.framework.zip
asset_name: Iden3mobile.framework.zip
asset_content_type: application/zip
1 change: 1 addition & 0 deletions go/iden3mobile/eventmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type EventManager struct {
m sync.RWMutex
}

// NewEventManager creates an event mannager
func NewEventManager(storage db.Storage, eventQueue chan Event, s Sender) *EventManager {
sl := db.NewStorageList([]byte(eventsStorKey))

Expand Down

0 comments on commit 5d3bb25

Please sign in to comment.