check & fix action

This commit is contained in:
akvlad
2024-09-06 01:05:43 +03:00
parent 130b1e7879
commit 71e5f96360

View File

@ -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