We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d23e1 commit 5bc93a0Copy full SHA for 5bc93a0
.github/workflows/deploy.yml
@@ -156,7 +156,7 @@ jobs:
156
run: |
157
sed -i \
158
-e "s/^pkgver=.*/pkgver=${{ steps.get_version.outputs.version }}/" \
159
- -e "s/^sha256sums=.*/sha256sums=('${{ steps.sha256_bin.outputs.hash }}')/" \
+ -e "s/^sha256sums=.*/sha256sums=('${{ steps.sha256_bin.outputs.hash }}' 'SKIP')/" \
160
PKGBUILD.bin
161
162
echo "=== Updated PKGBUILD.bin ==="
0 commit comments