[chore] actions fix again (#5)
This commit is contained in:
2
.github/workflows/github-actions-builder.yml
vendored
2
.github/workflows/github-actions-builder.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
steps:
|
||||
- id: set_var
|
||||
run: |
|
||||
content=`cat ./version.json`
|
||||
content=`cat version.json`
|
||||
echo "::set-output name=packageJson::$content"
|
||||
- uses: actions/checkout@v3
|
||||
- name: setup node
|
||||
|
||||
Reference in New Issue
Block a user