File tree 2 files changed +25
-23
lines changed
2 files changed +25
-23
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build-test-release :
10
+ permissions :
11
+ contents : write
10
12
runs-on : ubuntu-latest
11
13
steps :
12
14
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
name : build-test-release
2
-
3
2
on :
4
3
push :
5
4
branches :
6
5
- main
7
-
8
6
jobs :
9
7
build-test-release :
8
+ permissions :
9
+ contents : write
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
13
- - name : Build all targets.
14
- run : |
15
- make build-all
16
- - name : Run unit tests across all targets.
17
- run : |
18
- make test-all
19
- - name : Prepare scenarios to be released.
20
- run : |
21
- sudo apt install zip
22
- zip -r scenarios.zip scenarios
23
- - name : Release Innovation Engine
24
- uses : " marvinpinto/action-automatic-releases@latest"
25
- with :
26
- repo_token : ${{ secrets.GITHUB_TOKEN }}
27
- title : " IE"
28
- automatic_release_tag : " latest"
29
- prerelease : true
30
- files : |
31
- ./bin/ie
32
- ./scenarios.zip
12
+ - uses : actions/checkout@v2
13
+ - name : Build all targets.
14
+ run : |
15
+ make build-all
16
+ - name : Run unit tests across all targets.
17
+ run : |
18
+ make test-all
19
+ - name : Prepare scenarios to be released.
20
+ run : |
21
+ sudo apt install zip
22
+ zip -r scenarios.zip scenarios
23
+ - name : Release Innovation Engine
24
+ uses : " marvinpinto/action-automatic-releases@latest"
25
+ with :
26
+ repo_token : ${{ secrets.GITHUB_TOKEN }}
27
+ title : " IE"
28
+ automatic_release_tag : " latest"
29
+ prerelease : true
30
+ files : |
31
+ ./bin/ie
32
+ ./scenarios.zip
You can’t perform that action at this time.
0 commit comments