Skip to content

Commit a98f111

Browse files
committed
Workflow Updates 2
1 parent 7e8ed5d commit a98f111

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed
File renamed without changes.

.github/workflows/nightly-builds.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)