Skip to content

Commit

Permalink
print out dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
RenFraser committed Feb 14, 2022
1 parent 5961d45 commit e8ed686
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,10 @@ jobs:
# containing folder from the output.
- name: Generate Linux64 SHA256 checksums
run: |
pwd
ls "$GITHUB_WORKSPACE"
ls "$GITHUB_WORKSPACE/build/"
ls "$GITHUB_WORKSPACE/build/release/"
cd "$GITHUB_WORKSPACE/build/release/nvim-linux64"
sha256sum nvim-linux64.tar.gz > nvim-linux64.tar.gz.sha256sum
echo "SHA_LINUX_64=$(cat nvim-linux64.tar.gz.sha256sum)" >> $GITHUB_ENV
Expand Down

0 comments on commit e8ed686

Please sign in to comment.