mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-23 17:22:28 +03:00
chore(ci): do not upload checksum for macos
This commit is contained in:
parent
7a72aa4ef9
commit
660ac41b7a
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -85,6 +85,7 @@ jobs:
|
||||
|
||||
- name: Create checksum
|
||||
id: make-checksum
|
||||
if: runner.os != 'macos'
|
||||
working-directory: ./target/${{ matrix.target }}/release
|
||||
run: |
|
||||
name="zellij-${{ matrix.target }}.sha256sum"
|
||||
@ -111,6 +112,7 @@ jobs:
|
||||
|
||||
- name: Upload checksum
|
||||
uses: actions/upload-release-asset@v1.0.2
|
||||
if: runner.os != 'macos'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user