mirror of
https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator
synced 2025-10-15 03:58:40 +00:00
More pipeline fixes (#11)
This commit is contained in:
4
.github/workflows/assert-contents.sh
vendored
4
.github/workflows/assert-contents.sh
vendored
@@ -1,7 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Unzipping version from NuGet"
|
||||
ls from-nuget.nupkg
|
||||
mkdir from-nuget && cp from-nuget.nupkg from-nuget/zip.zip && cd from-nuget && unzip zip.zip && cd - || exit 1
|
||||
|
||||
echo "Unzipping version from local build"
|
||||
ls packed/
|
||||
mkdir from-local && cp packed/*.nupkg from-local/zip.zip && cd from-local && unzip zip.zip && cd - || exit 1
|
||||
|
||||
find from-local -type f -exec sha256sum {} \; | sort > from-local.txt
|
||||
|
Reference in New Issue
Block a user