ci/cd: fix release asset upload
authorMichael Wallner <mike@php.net>
Fri, 20 May 2022 11:07:38 +0000 (13:07 +0200)
committerGitHub <noreply@github.com>
Fri, 20 May 2022 11:07:38 +0000 (13:07 +0200)
.github/workflows/release.yml

index 83cf507c5a26be41e82d99ee069c9dea67f6b295..9c10c31db107841314b3b372fafd3e18cb4d7e06 100644 (file)
@@ -34,6 +34,7 @@ jobs:
               repo: context.repo.repo,
               release_id: release.data.id,
               body: context.payload.head_commit.message,
-              data: require("fs").readFileSync(phar_file)
+              data: require("fs").readFileSync(phar_file),
+              name: phar_file
             });