File tree 1 file changed +16
-8
lines changed
1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 7
7
fail-fast : false
8
8
matrix :
9
9
os :
10
- - OS=el DIST=6
11
- - OS=el DIST=7
12
- - OS=fedora DIST=26
13
- - OS=fedora DIST=27
14
- - OS=fedora DIST=28
15
- - OS=fedora DIST=29
10
+ - name : el
11
+ dist : 6
12
+ - name : el
13
+ dist : 7
14
+ - name : fedora
15
+ dist : 26
16
+ - name : fedora
17
+ dist : 27
18
+ - name : fedora
19
+ dist : 28
20
+ - name : fedora
21
+ dist : 29
16
22
repository :
17
23
- " 1_10"
18
24
- " 2x"
22
28
runs-on : ubuntu-latest
23
29
env :
24
30
PACKAGECLOUD_TOKEN : ${{ secrets.PACKAGECLOUD_TOKEN }}
31
+ OS : ${{ matrix.os.name }}
32
+ DIST : ${{ matrix.os.dist }}
25
33
steps :
26
34
- uses : actions/checkout@v2
27
35
- uses : actions/setup-ruby@v1
34
42
- name : packpack
35
43
run : |
36
44
git clone https://github.com/packpack/packpack.git packpack
37
- ${{ matrix.os }} packpack/packpack
45
+ packpack/packpack
38
46
ls -l build/
39
47
40
48
- name : packagecloud
41
- run : package_cloud push tarantool/${{ matrix.repository }} build/*.rpm
49
+ run : package_cloud push tarantool/${{ matrix.repository }}/$OS/$DIST build/*.rpm
42
50
You can’t perform that action at this time.
0 commit comments