Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Feb 18, 2024
1 parent d341eee commit 1f170cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ runs:
generate_base_img_name() {
local img
echo "::group:: Generate BASE_ZIP_IMG variable"
source "${TMP_CONFIG}"
img="$(basename ${DOWNLOAD_URL_IMAGE/.torrent/})"
img="$(ls *.img.xz)"
echo "DEBUG: Image name: ${img}"
echo "BASE_ZIP_IMG=${img}" >> "${TMP_CONFIG}"
}
Expand Down

0 comments on commit 1f170cf

Please sign in to comment.