Skip to content

Commit

Permalink
Fixup the path being passed to archive build reports (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
smozely committed Dec 7, 2023
1 parent f94fc47 commit 64039a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hilltop-crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: always()
with:
name: reports
path: format('{0}/build/reports', env.WORKING_DIR)
path: ${{ env.WORKING_DIR }}/build/reports

- name: Configure AWS credentials
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: always()
with:
name: reports
path: format('{0}/build/reports', env.WORKING_DIR)
path: ${{ env.WORKING_DIR }}/build/reports

- name: Configure AWS credentials
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
if: always()
with:
name: reports
path: format('{0}/build/reports', env.WORKING_DIR)
path: ${{ env.WORKING_DIR }}/build/reports

- name: Configure AWS credentials
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down

0 comments on commit 64039a5

Please sign in to comment.