Skip to content

Commit

Permalink
Githubactions: Fix Bad substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Aug 11, 2023
1 parent c3ec4c8 commit e1fa1d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,15 @@ jobs:
PLATFORM: ${{ env.PLATFORM }}
run: |
set -x
echo "platform = $PLATFORM"
cd ..
git clone --branch $LIBYUBIHSM_TAG https://github.com/Yubico/yubihsm-shell.git
cd yubihsm-shell
if [ "${PLATFORM:0:6}" = "debian" ] || [ "$PLATFORM" = "ubuntu1804" ]; then
if [ "$PLATFORM" = "debian11" ] || [ "$PLATFORM" = "debian12" ] || [ "$PLATFORM" = "ubuntu1804" ]; then
dpkg-buildpackage -b --no-sign
else
dpkg-buildpackage
Expand Down

0 comments on commit e1fa1d4

Please sign in to comment.