File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' v[0-9]+.[0-9]+.[0-9]+'
7- - ' v[0-9]+.[0-9]+.[0-9]+-beta'
7+ - ' v[0-9]+.[0-9]+.[0-9]+-\w+'
8+ - ' v[0-9]+.[0-9]+.[0-9]+-\w*[0-9]+'
9+
810
911permissions :
1012 contents : write
2527 git add fireanalyticstoolbox/metadata.txt
2628
2729 - name : download cbc
28- uses : robinraju/release-downloader@v1.11
30+ uses : robinraju/release-downloader@v1.12
2931 with :
3032 repository : " coin-or/Cbc"
3133 latest : true
3638 zipBall : false
3739
3840 - name : download cell2fire
39- uses : robinraju/release-downloader@v1.11
41+ uses : robinraju/release-downloader@v1.12
4042 with :
4143 repository : " fire2a/C2F-W"
4244 latest : true
6466 git archive --output "fireanalyticstoolbox_${{ github.ref_name }}.zip" $astash fireanalyticstoolbox
6567
6668 - name : Create Release
67- uses : ncipollo/release-action@v1.12 .0
69+ uses : ncipollo/release-action@v1.16 .0
6870 with :
6971 artifacts : " fireanalyticstoolbox_${{ github.ref_name }}.zip"
7072 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments