Skip to content

Commit 34289ae

Browse files
committed
fix8
1 parent 03fd729 commit 34289ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ on:
1111

1212
jobs:
1313
build:
14-
uses: ./.github/workflows/build.yml
14+
uses: ./.github/workflows/build-template.yml
1515

.github/workflows/deploy-pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
call-build:
14-
uses: ./.github/workflows/build.yml
14+
uses: ./.github/workflows/build-template.yml
1515
with:
1616
BUILD_FLAGS: '--pre-release'
1717
os: '["ubuntu-latest"]'

0 commit comments

Comments
 (0)