Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Sep 5, 2024
1 parent b47e551 commit 503be2d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/actions/get-view/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: pull view action
runs:
using: "composite"
steps:
- run: mkdir view && cd view
shell: bash
- run: wget https://github.com/metrico/qryn-view/releases/download/$TAG/dist.zip
shell: bash
- run: unzip -o dist.zip && rm dist.zip
- run: |
mkdir view && cd view && \
wget https://github.com/metrico/qryn-view/releases/download/$TAG/dist.zip && \
unzip -o dist.zip && rm dist.zip
shell: bash

0 comments on commit 503be2d

Please sign in to comment.