We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07ffe75 + dcf7381 commit 77e2b2bCopy full SHA for 77e2b2b
.github/workflows/release.yml
@@ -150,7 +150,6 @@ jobs:
150
run: |
151
sha256sum linux/svtminion.sh | awk '{ print $1 }' > svtminion.sh.sha256
152
sha256sum windows/svtminion.ps1 | awk '{ print $1 }' > svtminion.ps1.sha256
153
- ls -alh
154
git add svtminion.sh.sha256
155
git add svtminion.ps1.sha256
156
git commit -am "Update sha256 checksums" || git commit -am "Update sha256 checksums"
.gitignore
@@ -21,6 +21,7 @@ MANIFEST
21
.pytest_cache
22
Pipfile.lock
23
.mypy_cache/*
24
+.cut_*
25
26
# virtualenv
27
# - ignores directories of a virtualenv when you create it right on
0 commit comments