diff --git a/.github/workflows/blank.yml b/.github/workflows/action.yml similarity index 95% rename from .github/workflows/blank.yml rename to .github/workflows/action.yml index bccf4a1..8f350e2 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/action.yml @@ -34,4 +34,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./${{ github.event.repository.name }}.zip asset_name: ${{ github.event.repository.name }}.zip - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip