Skip to content

Commit a252afd

Browse files
authored
deploy uild tmeplate fix
1 parent c37d017 commit a252afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/AHK.GradeManagement-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
# 👇 Call the build workflow to create the artifacts to deploy, and provide the artifact name.
1717
build:
18-
uses: ./.github/workflows/5-include-with-deploy-template--build.yml
18+
uses: ./.github/workflows/AHK.GradeManagement-build.yml
1919
with:
2020
artifactName: ${{ github.env.artifactName }}
2121
secrets: inherit # Pass secrets to the build workflow, if necessary.

0 commit comments

Comments
 (0)