Skip to content

Commit e2e5f5b

Browse files
committed
Removes an unnecessary check
1 parent 6651a87 commit e2e5f5b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/artifacts.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
make -C bindist
3333
cd bindist && echo "DIST_FILE=`make dist-name | tr -d '\n'`" >> $GITHUB_ENV
3434
- name: Release binary artifacts
35-
if: |
36-
github.event.release
3735
uses: softprops/action-gh-release@v0.1.14
3836
with:
3937
file: bindist/${{ env.DIST_FILE }}

0 commit comments

Comments
 (0)