diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-on-release.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build-on-release.yml b/.github/workflows/build-on-release.yml index f8d45b7..e28923a 100644 --- a/.github/workflows/build-on-release.yml +++ b/.github/workflows/build-on-release.yml @@ -88,6 +88,12 @@ jobs: asset_name: krr-${{ matrix.os }}-${{ github.ref_name }}.zip asset_content_type: application/octet-stream + - name: Upload build as artifact + uses: actions/upload-artifact@v2 + with: + name: krr-${{ matrix.os }}-${{ github.ref_name }} + path: ./krr-${{ matrix.os }}-${{ github.ref_name }}.zip + - name: Clean up keychain and provisioning profile if: (matrix.os == 'macos-latest') && always() run: | |
