From 679608bc486d9a5a5ed2a231d81ae09486a1813e Mon Sep 17 00:00:00 2001 From: Edmand46 Date: Thu, 23 Jun 2022 22:02:20 +0400 Subject: [PATCH] fixed: ci/cd --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e7eb95..410fedf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,6 +69,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ needs.release.outputs.upload_url }} - asset_path: SimpleServer-${{ env.TAG }}-${{ matrix.target }}.zip - asset_name: SimpleServer-${{ env.TAG }}-${{ matrix.target }}.zip + asset_path: Ragon.SimpleServer-${{ env.TAG }}-${{ matrix.target }}.zip + asset_name: Ragon.SimpleServer-${{ env.TAG }}-${{ matrix.target }}.zip asset_content_type: application/zip