fixes other comma issue...

This commit is contained in:
Andrew Welker
2020-05-13 10:45:54 -06:00
parent 45b6a09067
commit 06cc871432

View File

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