Skip to content

Commit

Permalink
Merge pull request #3888 from twz123/partial-backport-3884-to-release…
Browse files Browse the repository at this point in the history
…-1.28

[Backport release-1.28] Fix executable suffix typo in build workflow
  • Loading branch information
twz123 authored Jan 5, 2024
2 parents a761002 + ab6b080 commit c29d6b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-k0s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
.github/workflows/prepare-build-env.sh
executableSuffix=''
if [ "TARGET_OS" = windows ]; then
if [ "$TARGET_OS" = windows ]; then
executableSuffix=.exe
fi
echo executable-suffix="$executableSuffix" >>"$GITHUB_OUTPUT"
Expand Down Expand Up @@ -78,7 +78,6 @@ jobs:
name: k0s-${{ inputs.target-os }}-${{ inputs.target-arch }}
path: |
k0s${{ steps.build-prepare.outputs.executable-suffix }}
k0s${{ steps.build-prepare.outputs.executable-suffix }}[.]exe
- name: "Build :: Airgap image list"
if: inputs.target-os != 'windows'
Expand Down

0 comments on commit c29d6b1

Please sign in to comment.