Skip to content

Commit

Permalink
fix: correct flag for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Jan 24, 2024
1 parent 8ba9c22 commit 45765fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
apt install -y curl
- name: Download Debian 11 scaphandre package
run: |
curl -o https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB11PKG }}
curl -O https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB11PKG }}
- name: Install and run scaphandre Stdout exporter for 10 seconds
run: |
apt install -y ./${{ env.DEB11PKG }}
Expand All @@ -100,7 +100,7 @@ jobs:
apt install -y curl
- name: Download Debian 12 scaphandre package
run: |
curl -o https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB12PKG }}
curl -O https://s3.fr-par.scw.cloud/scaphandre/x86_64/${{ env.DEB12PKG }}
- name: Install and run scaphandre Stdout exporter for 10 seconds
run: |
apt install -y ./${{ env.DEB12PKG }}
Expand Down

0 comments on commit 45765fd

Please sign in to comment.