File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22jobs :
33 find-projects :
44 runs-on : ubuntu-latest
5+ permissions :
6+ contents : read
57 outputs :
68 projects : ${{ steps.find.outputs.projects }}
79 steps :
1820 build :
1921 needs : find-projects
2022 runs-on : ubuntu-latest
23+ permissions :
24+ contents : read
2125 strategy :
2226 fail-fast : false
2327 matrix :
3337 archive : false
3438 - uses : actions/upload-artifact@v7
3539 name : Upload build
36- with :
40+ with :
3741 path : ${{ matrix.project.dir }}/bin/Release/**/
3842 name : ${{ matrix.project.name }}
Original file line number Diff line number Diff line change 22jobs :
33 find-projects :
44 runs-on : ubuntu-latest
5+ permissions :
6+ contents : read
57 outputs :
68 projects : ${{ steps.find.outputs.projects }}
79 steps :
1820 build :
1921 needs : find-projects
2022 runs-on : ubuntu-latest
23+ permissions :
24+ contents : read
2125 strategy :
2226 fail-fast : false
2327 matrix :
3943 get-verion :
4044 needs : build
4145 runs-on : ubuntu-latest
46+ permissions :
47+ contents : read
4248 outputs :
4349 version : ${{ steps.get_version.outputs.version }}
4450 steps :
5561 release :
5662 needs : get-verion
5763 runs-on : ubuntu-latest
58- permissions :
64+ permissions :
5965 contents : write
6066 steps :
6167 - uses : actions/download-artifact@v8
You can’t perform that action at this time.
0 commit comments