steps.if still needs ${{ }} when the expr has operators

This commit is contained in:
Brian Cristante 2021-06-23 15:27:56 -04:00 committed by GitHub
parent 0beaa79e69
commit 58b3033a64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
# If index.js was different than expected, upload the expected version as an artifact
- uses: actions/upload-artifact@v2
if: steps.diff.conclusion == "failure"
if: ${{ steps.diff.conclusion == "failure" }}
with:
name: index.js
path: dist/index.js