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

Commit

Permalink
Fix the release of binded Go to iOS in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaubennassar committed May 29, 2020
1 parent 16628ce commit 7c3af88
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 7c3af88

Please sign in to comment.