Skip to content

Commit 858158a

Browse files
committed
ignoring errors, upload all matching files, not directory
1 parent de566b3 commit 858158a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ansible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
if: success() || failure()
201201
uses: actions/upload-artifact@v4
202202
with:
203-
path: /tmp/log/
203+
path: /tmp/log/*
204204

205205
push-release-tag:
206206
name: Push Release Tag

deployments/ansible/roles/collector/tasks/otel_win_install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
src: "{{ msi_install_log_path }}"
9292
dest: /tmp/log/
9393
flat: true
94+
ignore_errors: true
9495
when: splunk_collector_msi_is_configurable is defined
9596

9697
- name: Fail if MSI install failed

0 commit comments

Comments
 (0)