Skip to content

Update Archetect version and download script#1

Open
cnuss wants to merge 5 commits intov1from
fix/tar-gz-path
Open

Update Archetect version and download script#1
cnuss wants to merge 5 commits intov1from
fix/tar-gz-path

Conversation

@cnuss
Copy link

@cnuss cnuss commented Oct 23, 2025

Fixes this issue:

Run archetect/render-action@v1
Run echo "Download Archetect"
  echo "Download Archetect"
  version="v2.0.7"
  pushd "/home/runner/work/_temp"
  curl -LO "https://github.com/archetect/archetect/releases/download/$version/archetect-$version-linux_x64.tar.gz" 2>/dev/null
  tar -xvzf ./archetect-$version-linux_x64.tar.gz
  mv ./archetect-$version-linux_x64/archetect .
  popd
  echo "ARCHETECT=/home/runner/work/_temp/archetect" >> $GITHUB_ENV
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
Download Archetect
~/work/_temp ~/work/langflow-blueprints.archetype/langflow-blueprints.archetype

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

@cnuss cnuss requested a review from jimmiebfulton October 23, 2025 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments