Skip to content

Commit f1cfdc7

Browse files
committed
fixed template location
1 parent 315f611 commit f1cfdc7

File tree

3 files changed

+2
-2
lines changed

3 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/templates/build.yml
14+
uses: ./.github/workflows/build.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/template/build.yml
14+
uses: ./.github/workflows/build.yml
1515
with:
1616
BUILD_FLAGS: '--pre-release'
1717
os: '["ubuntu-latest"]'

0 commit comments

Comments
 (0)