Skip to content

Commit

Permalink
ci: modified debian12 build step to remove previous package
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Jan 23, 2024
1 parent 6032de6 commit 2e40f1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/debian-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
run: |
cd target
s3cmd --access_key="${{ secrets.S3_ACCESS_KEY_ID }}" --secret_key="${{ secrets.S3_SECRET_ACCESS_KEY }}" --region="fr-par" --acl-public --host="s3.fr-par.scw.cloud" --host-bucket="%(bucket).s3.fr-par.scw.cloud" put ${{ steps.deb11pkg.outputs.DEB11_PKG }} s3://scaphandre/x86_64/
- name: Build package with version tag and Debian 12 Bookworm
- name: Remove previous package and build package with version tag and Debian 12 Bookworm
run: |
rm *.deb
./build.sh -i debian:bookworm-slim -v ${{ steps.latest-scaphandre-tag.outputs.tag }}
- name: Modify name of package to include tag version for Debian 12
id: deb12pkg
Expand Down

0 comments on commit 2e40f1d

Please sign in to comment.