Skip to content

Commit

Permalink
Simply pose install
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsarm committed Apr 28, 2024
1 parent 9f6240d commit 486b6b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Download pose
run: wget https://github.com/mrsarm/pose/releases/download/0.4.0-b5/pose-0.4.0-b5-x86_64-unknown-linux-gnu.tar.gz
- name: Unpack pose
run: tar -xvf pose*.tar.gz
- name: Install pose
run: |
wget https://github.com/mrsarm/pose/releases/download/0.4.0-b5/pose-0.4.0-b5-x86_64-unknown-linux-gnu.tar.gz -O - \
| tar -xvzf
- name: Define $TAG variable
run: echo "TAG=$(./pose slug $GITHUB_REF_NAME)" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 486b6b2

Please sign in to comment.