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.
1 parent 9f33bdf commit dfbed0eCopy full SHA for dfbed0e
.github/workflows/alpine.yml
@@ -39,6 +39,7 @@ jobs:
39
cp ReadMe.en.txt artifacts/
40
cp ChangeLog.md artifacts/
41
cp LICENSE artifacts/
42
+ cp third-party.md artifacts/
43
VERSION=$(git describe --always)
44
mv artifacts sha256_$VERSION
45
tar czf sha256_${VERSION}_linux-amd64-generic.tar.gz sha256_$VERSION
.github/workflows/msys2.yml
@@ -59,6 +59,7 @@ jobs:
59
60
61
62
63
64
65
'/c/Program Files/7-Zip/7z.exe' a -r sha256_${VERSION}_win64.zip sha256_$VERSION
0 commit comments