Skip to content

Commit 303cf78

Browse files
committed
package path fix?
1 parent dead045 commit 303cf78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/AHK.GitHub.Monitor-deploy.template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
with:
3131
app-name: ${{ vars.AHK_GITHUB_MONITOR_APP_NAME }}
3232
publish-profile: ${{ secrets.AHK_GITHUB_MONITOR_PUBLISH_PROFILE }}
33-
package: './${{ inputs.artifactName }}/Ahk.GitHub.Monitor'
33+
package: './buildArtifact/Ahk.GitHub.Monitor'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
with:
3131
app-name: ${{ vars.AHK_GRADEMANAGEMENT_QUEUEFUNCTION_APP_NAME }}
3232
publish-profile: ${{ secrets.AHK_GRADEMANAGEMENT_QUEUEFUNCTION_PUBLISH_PROFILE }}
33-
package: './${{ inputs.artifactName }}/Ahk.GradeManagement.QueueFunction'
33+
package: './buildArtifact/Ahk.GradeManagement.QueueFunction'

0 commit comments

Comments
 (0)