Skip to content

Commit 5bc93a0

Browse files
committed
Fixed sha256sums substitution in bin version
1 parent 71d23e1 commit 5bc93a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
run: |
157157
sed -i \
158158
-e "s/^pkgver=.*/pkgver=${{ steps.get_version.outputs.version }}/" \
159-
-e "s/^sha256sums=.*/sha256sums=('${{ steps.sha256_bin.outputs.hash }}')/" \
159+
-e "s/^sha256sums=.*/sha256sums=('${{ steps.sha256_bin.outputs.hash }}' 'SKIP')/" \
160160
PKGBUILD.bin
161161
162162
echo "=== Updated PKGBUILD.bin ==="

0 commit comments

Comments
 (0)