File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: Release
33on :
44 push :
55 tags :
6- - ' v[0-9]+.[0-9]+.[0-9]+' # Push events to matching v*, i.e. v1.0, v20.15.10
7- - ' v[0-9]+.[0-9]+.[0-9]+-rc*' # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5
6+ - " v[0-9]+.[0-9]+.[0-9]+" # Push events to matching v*, i.e. v1.0, v20.15.10
7+ - " v[0-9]+.[0-9]+.[0-9]+-rc*" # Push events to matching v*, i.e. v1.0-rc1, v20.15.10-rc5
88
99jobs :
1010 release :
2424 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2525 strategy :
2626 matrix :
27- build_type : [' build-release-arm64', ' build-release-amd64' ]
27+ build_type : [" build-release-arm64", " build-release-amd64" ]
2828 steps :
2929 - name : Checkout
3030 uses : actions/checkout@v4
5353 - name : Display checksums
5454 run : cat build/release/checksum.txt
5555 - name : Upload the checksum to release
56- <<<<<<< HEAD
5756 run : gh release upload ${{github.ref_name}} build/release/checksum.txt --repo ${{github.repository}}
58- =======
59- run : gh release upload ${{github.ref_name}} build/release/checksum.txt --repo ${{github.repository}}
60- >>>>>>> v2.3.0
You can’t perform that action at this time.
0 commit comments