mirror of
https://github.com/metrico/qryn.git
synced 2025-03-14 10:07:18 +00:00
check & fix action
This commit is contained in:
2
.github/actions/get-view/action.yml
vendored
2
.github/actions/get-view/action.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user