updated file yml
This commit is contained in:
parent
f8b71a3449
commit
deefbb070e
6
.github/workflows/electron.yml
vendored
6
.github/workflows/electron.yml
vendored
@ -14,8 +14,8 @@ jobs:
|
|||||||
- name: Context
|
- name: Context
|
||||||
env:
|
env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
run: echo "$GITHUB_CONTEXT"
|
run: echo "$GITHUB_CONTEXT"
|
||||||
uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Use Node.js 10.x
|
- name: Use Node.js 10.x
|
||||||
@ -49,4 +49,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: "artifacts/**"
|
files: "artifacts/**"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
Loading…
Reference in New Issue
Block a user