Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Feb 13, 2024
1 parent 44ef49b commit c3c9584
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_dropbear.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
set -x ; set +e
#tmp
SYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="$SYSTMP"
echo "SYSTMP=$SYSTMP" >> "$GITHUB_ENV"
#--------------#
# Create Output Dir
mkdir -p "$SYSTMP/releases"
Expand All @@ -79,7 +80,7 @@ jobs:
export DROPBEAR_VERSION=$(git tag --sort=-creatordate | head -n 1)
fi
# Export it to ENV
echo "DROPBEAR_VERSION=$DROPBEAR_VERSION" >> $GITHUB_ENV
echo "DROPBEAR_VERSION=$DROPBEAR_VERSION" >> "$GITHUB_ENV"
continue-on-error: true

- name: Install/Update Cargo
Expand Down

0 comments on commit c3c9584

Please sign in to comment.