summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 871d8df..12085d3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -118,10 +118,10 @@ jobs:
shell: bash
run: |
set -x
- git sparse-checkout init
- git sparse-checkout set '/*' '!/tests/'
- pwd
- ls -l
+ echo ${{ github.sha }} > .git/HEAD
+ git read-tree HEAD
+ # This leaves us with just enough files to build and package
+ git restore src/ 'Cargo.*' tui-react/ ci/ CHANGELOG.md LICENSE README.md
- name: Install packages (Ubuntu)
if: matrix.os == 'ubuntu-18.04'