-
Notifications
You must be signed in to change notification settings - Fork 718
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
先全部指名run-id规避github actions返回数据不对的问题
- Loading branch information
1 parent
3210177
commit bd7ba70
Showing
3 changed files
with
28 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,9 @@ name: ci | |
|
||
on: | ||
push: | ||
|
||
env: | ||
RUNID: 613573412 | ||
|
||
jobs: | ||
ci-v8: | ||
|
@@ -39,12 +42,11 @@ jobs: | |
- name: Add msbuild to PATH | ||
uses: microsoft/[email protected] | ||
- name: Download artifact | ||
uses: chexiongsheng/action-download-artifact@master | ||
uses: dawidd6/action-download-artifact@v2 | ||
with: | ||
workflow: build_quickjs.yml | ||
workflow_conclusion: success | ||
branch: master | ||
name: qjs_v8 | ||
run_id: ${{env.RUNID}} | ||
name: qjs_v8_bin | ||
path: unity/native_src/ | ||
- name: Build plugin | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters