Skip to content

Commit ec9fab9

Browse files
authored
Fix package upload for Windows in release workflow
1 parent 62fa18a commit ec9fab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7z a "$package.zip" "$package"
7575
certutil -hashfile "$package.zip" SHA256 > "$package.zip.sha256"
7676
echo "ASSET_PATH=$package.zip" >> $GITHUB_ENV
77-
echo "ASSET_CSUM_PATH=$package.zip" >> $GITHUB_ENV
77+
echo "ASSET_CSUM_PATH=$package.zip.sha256" >> $GITHUB_ENV
7878
else
7979
cp "target/${{ matrix.target }}/release/psa-update" "$package"
8080
tar czf "$package.tar.gz" "$package"

0 commit comments

Comments
 (0)