-
-
Notifications
You must be signed in to change notification settings - Fork 207
Open
laravel-zero/framework
#481Description
Basically, when trying to use the self-update configured to use the github release, you only get a 404 because it's pointing to a non existing URL:
- The repository is public and accessibleThere is a release 1.0.0 and 1.0.1The
updater.strategy
was set according to the documentationPushed on packagist and configured for auto updateTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
How to reproduce
- Go here https://github.com/SergiX44/hestiacp-companion and download the release 1.0.0
- Try to self update it
- See the error
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
owenvoke commentedon Aug 25, 2023
I can replicate the issue, it seems to be because the
setPharName()
method never gets called on that strategy. PRing a fix shortly. 👍🏻