diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb70fe9..30c2e69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 }} \ No newline at end of file