File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -38,27 +38,27 @@ jobs:
3838
3939 datagen :
4040 needs : [vars]
41- uses : ./.github/workflows/steps/datagen .yml
41+ uses : ./.github/workflows/_datagen .yml
4242 secrets : inherit
4343 with :
4444 version : ${{ needs.vars.outputs.version }}
4545
4646 tests :
4747 needs : [vars, datagen]
48- uses : ./.github/workflows/steps/run -gametests.yml
48+ uses : ./.github/workflows/_run -gametests.yml
4949 secrets : inherit
5050 with :
5151 version : ${{ needs.vars.outputs.version }}
5252
5353 publish :
5454 needs : [vars, tests]
55- uses : ./.github/workflows/steps/publish .yml
55+ uses : ./.github/workflows/_publish .yml
5656 secrets : inherit
5757 with :
5858 version : ${{ needs.vars.outputs.version }}
5959
6060 announce :
6161 name : Discord Announcement
6262 needs : [ publish ]
63- uses : ./.github/workflows/steps/announce -latest-nightly.yml
63+ uses : ./.github/workflows/_announce -latest-nightly.yml
6464 secrets : inherit
You can’t perform that action at this time.
0 commit comments