Skip to content

Commit

Permalink
Merge pull request #655 from gefyrahq/fix-release-assets
Browse files Browse the repository at this point in the history
fix: missing assets on release
  • Loading branch information
SteinRobert committed Jun 27, 2024
2 parents b76ab8a + f727649 commit fec0662
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dist-build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
push:
tags:
- '*'
release:
types: [published]

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dist-build-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
push:
tags:
- '*'
release:
types: [published]

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/dist-build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
tags:
- '*'
release:
types: [published]

jobs:
build:
Expand Down

0 comments on commit fec0662

Please sign in to comment.