Skip to content

Commit f8584c8

Browse files
committed
Put it in the directory:
1 parent 27eae1a commit f8584c8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ concurrency:
1313

1414
jobs:
1515
build:
16-
uses: ./.github/composite/build-job.yml@main
16+
uses: ./.github/actions/build-xbuildenv

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111

1212
jobs:
1313
build:
14-
uses: ./.github/composite/build-job.yml@main
14+
uses: ./.github/actions/build-xbuildenv
1515

1616
publish:
1717
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)