diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0fb8cab..73eb882 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -154,6 +154,13 @@ jobs: name: build-${{ matrix.target }} path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.tar.gz + - name: Upload artifact + if: matrix.ext == 'zip' + uses: actions/upload-artifact@v1 + with: + name: build-${{ matrix.target }} + path: hwatch-${{ steps.package_version.outputs.version }}.${{ matrix.target }}.zip + # create package release create-release: needs: