chore(ci): do not upload checksum for macos
This commit is contained in:
parent
7a72aa4ef9
commit
660ac41b7a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -85,6 +85,7 @@ jobs:
|
||||||
|
|
||||||
- name: Create checksum
|
- name: Create checksum
|
||||||
id: make-checksum
|
id: make-checksum
|
||||||
|
if: runner.os != 'macos'
|
||||||
working-directory: ./target/${{ matrix.target }}/release
|
working-directory: ./target/${{ matrix.target }}/release
|
||||||
run: |
|
run: |
|
||||||
name="zellij-${{ matrix.target }}.sha256sum"
|
name="zellij-${{ matrix.target }}.sha256sum"
|
||||||
|
|
@ -111,6 +112,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload checksum
|
- name: Upload checksum
|
||||||
uses: actions/upload-release-asset@v1.0.2
|
uses: actions/upload-release-asset@v1.0.2
|
||||||
|
if: runner.os != 'macos'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue