Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthlatest authored Sep 29, 2024
1 parent 34896ce commit fdde728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
release:
types: [published]
repository_dispatch:
types: [publish_docker] # Trigger by publish_docker repository_dispatch event
types: [publish_binary] # Trigger by publish_binary repository_dispatch event
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -62,4 +62,4 @@ jobs:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./dist-${{ steps.set_version.outputs.version }}.zip
asset_name: dejavu-dist-${{ steps.set_version.outputs.version }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit fdde728

Please sign in to comment.