File tree Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Expand file tree Collapse file tree 1 file changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
- name : Build
1
+ name : Build
2
2
3
3
on :
4
4
push :
5
5
branches :
6
- - main
7
- - release/**
6
+ - master
7
+ - develop
8
+ - ' release/**'
8
9
pull_request :
9
10
branches :
11
+ - master
10
12
- develop
11
- - release/**
13
+ - ' release/**'
12
14
13
15
jobs :
14
16
build :
@@ -20,14 +22,11 @@ jobs:
20
22
21
23
- name : Fetch unshallow
22
24
run : git fetch --prune --tags --unshallow
23
-
24
25
- name : Run './build.ps1'
25
- run : ./build.ps1 --github-toekn $GITHUB_TOKEN --target CI
26
- env :
27
- GITHUB_TOKEN : ${{ github.toekn }}
28
-
29
- - name : Upload Build Artifacts
26
+ run : ./build.ps1 --github-token $GITHUB_TOKEN --target CI
27
+ env :
28
+ GITHUB_TOKEN : ${{ github.token }}
29
+ - name : Upload Build Artifact
30
30
uses : actions/upload-artifact@v2
31
- with :
32
- name : Artifacts
33
- path : Artifacts
31
+ with :
32
+ path : artifacts/*
You can’t perform that action at this time.
0 commit comments