File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 77 fail-fast : false
88 matrix :
99 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
1622 repository :
1723 - " 1_10"
1824 - " 2x"
2228 runs-on : ubuntu-latest
2329 env :
2430 PACKAGECLOUD_TOKEN : ${{ secrets.PACKAGECLOUD_TOKEN }}
31+ OS : ${{ matrix.os.name }}
32+ DIST : ${{ matrix.os.dist }}
2533 steps :
2634 - uses : actions/checkout@v2
2735 - uses : actions/setup-ruby@v1
3442 - name : packpack
3543 run : |
3644 git clone https://github.com/packpack/packpack.git packpack
37- ${{ matrix.os }} packpack/packpack
45+ packpack/packpack
3846 ls -l build/
3947
4048 - name : packagecloud
41- run : package_cloud push tarantool/${{ matrix.repository }} build/*.rpm
49+ run : package_cloud push tarantool/${{ matrix.repository }}/$OS/$DIST build/*.rpm
4250
You can’t perform that action at this time.
0 commit comments