Merge pull request #734 from PepperDash/hotfix/zip-release-upload

ci: Remove condition on upload to release
This commit is contained in:
Andrew Welker 2021-07-08 11:41:32 -06:00 committed by GitHub
commit 4cc40227fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Upload the build package to the release
- name: Upload Release Package
if: contains(env.VERSION,'-rc-') || contains(env.VERSION,'-hotfix-')
id: upload_release
uses: actions/upload-release-asset@v1
with: