Skip to content

Commit

Permalink
chore: fix binary build CI to always run
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed May 30, 2024
1 parent 641e103 commit 1c8a248
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build releases
on:
release:
types: [published]
push:

jobs:
build:
Expand Down Expand Up @@ -52,5 +53,6 @@ jobs:

- name: Upload release asset
uses: softprops/action-gh-release@v2
if: github.event_name == 'release'
with:
files: ${{ env.TARGET }}.tar.gz

0 comments on commit 1c8a248

Please sign in to comment.