Skip to content

Commit

Permalink
No shasum on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Nov 11, 2024
1 parent b9f57eb commit 6dd1b81
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install build dependencies (Windows)
if: matrix.job.os == 'windows-latest'
run: |
choco install zip shasum -y
choco install zip -y
- uses: actions/checkout@v4

Expand Down Expand Up @@ -89,3 +89,8 @@ jobs:
if-no-files-found: error
name: ${{ steps.package.outputs.PACKAGE_NAME }}
path: ${{ steps.package.outputs.PACKAGE_FILE }}

- name: Release
uses: actions/download-artifact@v2
with:
name: ${{ needs.build.outputs.PACKAGE_NAME }}

0 comments on commit 6dd1b81

Please sign in to comment.