Skip to content

Commit 45765fd

Browse files
committed
fix: correct flag for curl
1 parent 8ba9c22 commit 45765fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/debian-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
apt install -y curl
8181
- name: Download Debian 11 scaphandre package
8282
run: |
83-
curl -o https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB11PKG }}
83+
curl -O https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB11PKG }}
8484
- name: Install and run scaphandre Stdout exporter for 10 seconds
8585
run: |
8686
apt install -y ./${{ env.DEB11PKG }}
@@ -100,7 +100,7 @@ jobs:
100100
apt install -y curl
101101
- name: Download Debian 12 scaphandre package
102102
run: |
103-
curl -o https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB12PKG }}
103+
curl -O https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB12PKG }}
104104
- name: Install and run scaphandre Stdout exporter for 10 seconds
105105
run: |
106106
apt install -y ./${{ env.DEB12PKG }}

0 commit comments

Comments
 (0)