Skip to content

Commit a6e9bea

Browse files
[HOTFIX] Potential fix for CI-CHGLOG summary in CI/CD (- WIP #155 -)
Changes in file .github/workflows/CI-CHGLOG.yml: * Corrected runtime temp path value
1 parent 66cb7ba commit a6e9bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-CHGLOG.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
id: download
214214
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
215215
with:
216-
path: '${{ runner.temp }}/multicast-chglog-${{ needs.check_build.outputs.sha }}'
216+
path: '${{ runner.temp }}/'
217217
artifact-ids: ${{ needs.CHGLOG.outputs.artifact-id }}
218218
repository: reactive-firewall-org/multicast
219219
- name: "Move chglog into place"

0 commit comments

Comments
 (0)