diff --git a/.github/workflows/MakeQGISPluginZipForReleases.yml b/.github/workflows/MakeQGISPluginZipForReleases.yml index 1a266f7..a051dc0 100644 --- a/.github/workflows/MakeQGISPluginZipForReleases.yml +++ b/.github/workflows/MakeQGISPluginZipForReleases.yml @@ -47,5 +47,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: animation_workbench.zip - asset_name: animation_workbench_${{ steps.version.outputs.version }}.zip + asset_name: animation_workbench.zip asset_content_type: application/gzip