We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565b3a9 commit a30ed2eCopy full SHA for a30ed2e
.github/actions/watcher/action.yaml
@@ -19,7 +19,7 @@ runs:
19
name: Compile e-dant/watcher
20
run: |
21
mkdir watcher
22
- gh release download 0.13.2 --repo e-dant/watcher -A tar.gz -O - | tar -xz -C watcher --strip-components 1
+ gh release download --repo e-dant/watcher -A tar.gz -O - | tar -xz -C watcher --strip-components 1
23
cd watcher
24
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
25
cmake --build build
0 commit comments