Skip to content

Commit cb10940

Browse files
committed
Update release publisher to commit binary
Seems to be required, see laravel-zero/laravel-zero#476
1 parent f787fe2 commit cb10940

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ jobs:
7070
sha256sum hyde > checksum.txt
7171
echo "SHA256 checksum of the application binary: $(cat checksum.txt)"
7272
73+
- name: Commit executable
74+
uses: EndBug/add-and-commit@v9
75+
with:
76+
add: builds/hyde
77+
message: "Build standalone executable"
78+
7379
- name: Upload executable
7480
uses: actions/upload-artifact@v3
7581
with:

0 commit comments

Comments
 (0)