chore(ci): do not upload checksum for macos

This commit is contained in:
Aram Drevekenin 2022-07-28 17:43:52 +02:00 committed by GitHub
parent 7a72aa4ef9
commit 660ac41b7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: