Skip to content

Commit

Permalink
Use same linux dir
Browse files Browse the repository at this point in the history
  • Loading branch information
RenFraser committed Feb 14, 2022
1 parent 7f6b5f9 commit 7c8555f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
cpack -C $NVIM_BUILD_TYPE
- uses: actions/upload-artifact@v2
with:
name: nvim-linux64-tar
name: nvim-linux64
path: build/nvim-linux64.tar.gz
retention-days: 1
- uses: actions/upload-artifact@v2
with:
name: nvim-linux64-deb
name: nvim-linux64
path: build/nvim-linux64.deb
retention-days: 1

Expand Down Expand Up @@ -192,10 +192,9 @@ jobs:
# containing folder from the output.
- name: Generate Linux64 SHA256 checksums
run: |
cd "nvim-linux64-tar"
cd "nvim-linux64"
sha256sum nvim-linux64.tar.gz > nvim-linux64.tar.gz.sha256sum
echo "SHA_LINUX_64=$(cat nvim-linux64.tar.gz.sha256sum)" >> $GITHUB_ENV
cd "../nvim-linux64-deb"
sha256sum nvim-linux64.deb > nvim-linux64.deb.sha256sum
echo "SHA_LINUX_64_DEB=$(cat nvim-linux64.deb.sha256sum)" >> $GITHUB_ENV
- name: Generate App Image SHA256 checksums
Expand Down

0 comments on commit 7c8555f

Please sign in to comment.