Skip to content

Commit

Permalink
fix: removed ids for renaming packages steps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Jan 23, 2024
1 parent 89b4b13 commit f78be6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/debian-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run : |
./build.sh -v ${{ steps.latest-scaphandre-tag.outputs.tag }}
- name: Modify name of package to include tag version for Debian 11
id: package-name
run: |
cd target
PKG_NAME=$(ls | sed "s/\([0-9]\+\.\)\{2\}[0-9]\+\-[0-9]\+\?/${{ steps.latest-scaphandre-tag.outputs.tag }}-deb11/")
Expand All @@ -47,7 +46,6 @@ jobs:
run: |
./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: package-name
run: |
cd target
PKG_NAME=$(ls | sed "s/\([0-9]\+\.\)\{2\}[0-9]\+\-[0-9]\+\?/${{ steps.latest-scaphandre-tag.outputs.tag }}-deb12/")
Expand Down

0 comments on commit f78be6c

Please sign in to comment.