Skip to content
This repository has been archived by the owner on Feb 24, 2025. It is now read-only.

Commit

Permalink
fix: checking checksum failed due to invalid path
Browse files Browse the repository at this point in the history
  • Loading branch information
xarunoba committed Nov 7, 2024
1 parent bfc884e commit 1897f5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@ jobs:
working-directory: zed-opengl
run: zip ../zed-nightly-opengl-${{ needs.check.outputs.date }}.zip zed.exe
- name: Calculate SHA256 checksum
id: checksum
working-directory: ./zed/target/release
shell: bash
run: |
sha256sum zed-nightly-vulkan-${{ needs.check.outputs.date }}.zip > zed-nightly-vulkan-${{ needs.check.outputs.date }}.zip.sha256
sha256sum zed-nightly-opengl-${{ needs.check.outputs.date }}.zip > zed-nightly-opengl-${{ needs.check.outputs.date }}.zip.sha256
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ jobs:
working-directory: zed-opengl
run: zip ../zed-opengl-${{ needs.check.outputs.latest_release }}.zip zed.exe
- name: Calculate SHA256 checksum
id: checksum
working-directory: ./zed/target/release
shell: bash
run: |
sha256sum zed-vulkan-${{ needs.check.outputs.latest_release }}.zip > zed-vulkan-${{ needs.check.outputs.latest_release }}.zip.sha256
sha256sum zed-opengl-${{ needs.check.outputs.latest_release }}.zip > zed-opengl-${{ needs.check.outputs.latest_release }}.zip.sha256
Expand Down

0 comments on commit 1897f5a

Please sign in to comment.