Skip to content

Commit

Permalink
build: add back the 'if release created check'
Browse files Browse the repository at this point in the history
I thought if an 'if' fails - the job doesn't continue on going
  • Loading branch information
voidpointer0x00 committed May 5, 2024
1 parent 6b74677 commit e881623
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
with:
name: libs
- name: upload release artifacts
if: ${{ steps.release.outputs.release_created }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit e881623

Please sign in to comment.