Skip to content

Commit

Permalink
Actually include tar.gz in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 6, 2023
1 parent 2fd7d13 commit 96b7ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
cd ./dist
tar -czf ../dist.tar.gz *
cd ..
mv ./dist.tar.gz ./dist/dist.tar.gz
find ./dist -type f -not -path "./dist/files" > ./dist/files
echo "${{ github.sha }}" > ./dist/ref
echo "${{ github.ref }}" >> ./dist/ref
Expand Down

0 comments on commit 96b7ec0

Please sign in to comment.