Skip to content

Commit fae0f4a

Browse files
committed
Fixup the path being passed to archive build reports (#99)
1 parent 4a7f9ce commit fae0f4a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/hilltop-crawler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: always()
5252
with:
5353
name: reports
54-
path: format('{0}/build/reports', env.WORKING_DIR)
54+
path: ${{ env.WORKING_DIR }}/build/reports
5555

5656
- name: Configure AWS credentials
5757
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/ingest-api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: always()
5252
with:
5353
name: reports
54-
path: format('{0}/build/reports', env.WORKING_DIR)
54+
path: ${{ env.WORKING_DIR }}/build/reports
5555

5656
- name: Configure AWS credentials
5757
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/manager.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
if: always()
5252
with:
5353
name: reports
54-
path: format('{0}/build/reports', env.WORKING_DIR)
54+
path: ${{ env.WORKING_DIR }}/build/reports
5555

5656
- name: Configure AWS credentials
5757
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)