Skip to content

Commit fa60b75

Browse files
Chore: [AEA-0000] - Fix produced specification output path for debugging (#2289)
## Summary - Routine Change ### Details Fix produced specification output path for debugging Signed-off-by: Connor Avery <214469360+connoravo-nhs@users.noreply.github.com>
1 parent 43c44a9 commit fa60b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sam_release_code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
with:
219219
name: ${{ inputs.APIGEE_ENVIRONMENT }}-specs
220220
path: |
221-
./.build/packages/specification/dist/prescriptions-for-patients.resolved.json
221+
./packages/specification/dist/prescriptions-for-patients.resolved.json
222222
223223
- name: create_int_release_notes
224224
uses: ./.github/actions/update_confluence_jira

0 commit comments

Comments
 (0)