File tree Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Expand file tree Collapse file tree 1 file changed +22
-18
lines changed Original file line number Diff line number Diff line change 55 branches : " *"
66
77jobs :
8- build :
9- strategy :
10- matrix :
11- platform :
12- - build_for : Linux-x86_64
13- os : linux-amd64
8+ build :
9+ uses : thevickypedia/rust-releaser/releaser.yml@main
10+ secrets : inherit
1411
15- - build_for : Windows-x86_64
16- os : windows-amd64
12+ # build:
13+ # strategy:
14+ # matrix:
15+ # platform:
16+ # - build_for: Linux-x86_64
17+ # os: linux-amd64
1718
18- - build_for : macOS-x86_64
19- os : darwin-amd64
20- name : Initiate build for ${{ matrix.platform.build_for }}
21- runs-on : ${{ matrix.platform.os }}
22- permissions :
23- contents : write
24- steps :
25- - uses : thevickypedia/rust-releaser@main
26- env :
27- GIT_TOKEN : ${{ secrets.GIT_TOKEN }}
19+ # - build_for: Windows-x86_64
20+ # os: windows-amd64
21+
22+ # - build_for: macOS-x86_64
23+ # os: darwin-amd64
24+ # name: Initiate build for ${{ matrix.platform.build_for }}
25+ # runs-on: ${{ matrix.platform.os }}
26+ # permissions:
27+ # contents: write
28+ # steps:
29+ # - uses: thevickypedia/rust-releaser@main
30+ # env:
31+ # GIT_TOKEN: ${{ secrets.GIT_TOKEN }}
You can’t perform that action at this time.
0 commit comments