File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 1- name : Check&Build
1+ name : CI
22
33on :
44 pull_request :
3636 with :
3737 name : Strings
3838 path : " ${{github.workspace}}/Strings"
39-
40- build :
41- runs-on : windows-latest
42- needs : check
43- if : ${{(inputs.is_build||github.EVENT_NAME=='push')&&!failure()}}
44- env :
45- Artifacts_Path : .artifacts
46- steps :
47- - name : Check Out
48- uses : actions/checkout@v3
49-
50- - name : Download Strings
51- uses : actions/download-artifact@v3
52- with :
53- name : Strings
54- path : " ../${{env.Artifacts_Path}}"
55-
56- - name : Copy Strings
57- run : Copy-Item -Path "../${{env.Artifacts_Path}}" -Destination "/" -Force
58-
59- - name : Create Commit
60- uses : EndBug/add-and-commit@v9
61- with :
62- pathspec_error_handling : exitAtEnd
6339
6440
6541
You can’t perform that action at this time.
0 commit comments