From db0e79f8fac1a3b317201ff579130d924972fb3b Mon Sep 17 00:00:00 2001 From: Hamilton <37000190+JuniorDark@users.noreply.github.com> Date: Tue, 29 Apr 2025 16:32:55 -0300 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3344e52..e96eb74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Create Release and Upload Assets on: - push: - tags: - - "v*" + workflow_dispatch: + release: + types: [created] jobs: release: @@ -43,4 +43,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./dist asset_name: RustyHearts-API-v${{ steps.get_version.outputs.version }}.zip - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip