Skip to content

Commit

Permalink
downloadf and extract
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunprakash027 committed Feb 18, 2024
1 parent 6da13e1 commit 837c286
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unpack-airlift-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ jobs:
echo "Latest release tag: $latest_release_tag"
echo "Latest release URL: $latest_release_url"
curl -L -o airlift.zip $latest_release_url
unzip airlift.zip -d extracted_files
ls extracted_files

0 comments on commit 837c286

Please sign in to comment.