this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Actually include tar.gz in dist

+1
+1
.github/workflows/nightly.yml
··· 38 38 cd ./dist 39 39 tar -czf ../dist.tar.gz * 40 40 cd .. 41 + mv ./dist.tar.gz ./dist/dist.tar.gz 41 42 find ./dist -type f -not -path "./dist/files" > ./dist/files 42 43 echo "${{ github.sha }}" > ./dist/ref 43 44 echo "${{ github.ref }}" >> ./dist/ref