Skip to content

Commit

Permalink
check & fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Sep 5, 2024
1 parent 130b1e7 commit 71e5f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-view/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ runs:
using: "composite"
steps:
- run: |
mkdir view && cd view && \
pwd && mkdir -p 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 71e5f96

Please sign in to comment.