From 60ea18c609e81bb163cf8e84518c7f9bec903460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=96=D1=83=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2?= <33721692+LeaveMyYard@users.noreply.github.com> Date: Sat, 27 May 2023 22:24:16 +0300 Subject: Fix upload artifacts --- .github/workflows/build-on-release.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows') 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: | -- cgit v1.2.3