summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-07-28 17:43:52 +0200
committerGitHub <noreply@github.com>2022-07-28 17:43:52 +0200
commit660ac41b7ad38b99cab39ac2d38121316c9a12d1 (patch)
tree31ba1ffcf2f9499a6ce91ab29cc32ef329342dcf /.github
parent7a72aa4ef9b5421c546af15e59383816064e433b (diff)
chore(ci): do not upload checksum for macos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4c31f32b2..c34d42b60 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -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: