Skip to content

Commit

Permalink
Create tar.gz for nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Dec 6, 2023
1 parent 7b66d37 commit 2fd7d13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:

- name: Write ref/commit to file
run: |
cd ./dist
tar -czf ../dist.tar.gz *
cd ..
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 2fd7d13

Please sign in to comment.