mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-04-22 08:45:33 +08:00
single quotes?
This commit is contained in:
parent
58b3033a64
commit
feec25be0e
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
# If index.js was different than expected, upload the expected version as an artifact
|
# If index.js was different than expected, upload the expected version as an artifact
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: ${{ steps.diff.conclusion == "failure" }}
|
if: ${{ steps.diff.conclusion == 'failure' }}
|
||||||
with:
|
with:
|
||||||
name: index.js
|
name: index.js
|
||||||
path: dist/index.js
|
path: dist/index.js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user