castor-php / setup-castor

Github Action to install Castor
MIT License
3 stars 0 forks source link

Error: No asset found for platform linux-amd64 when using castor-php/setup-castor@v0.1.0 #16

Open gponty opened 2 weeks ago

gponty commented 2 weeks ago

Hello,

I encountered an error when using the following GitHub Actions configuration:

runs-on: ubuntu-latest

steps:
  - uses: actions/checkout@v4

  - name: Setup Castor
    uses: castor-php/setup-castor@v0.1.0

Error Message:

Error: No asset found for platform linux-amd64

Is this issue coming from my script, or could it be a bug?

Thank you.

pyrech commented 2 weeks ago

Hi @gponty

We had an issue on the release 0.18.1 of Castor, where assets were not attached to the release. We have already fixed it and released 0.18.2. Could you retry and ensure it's fixed with the github action using this latest release?

gponty commented 2 weeks ago

Thank you for your response.

Unfortunately, I'm still encountering an error when running the script:

Run castor-php/setup-castor@v0.1.0
  with:
    version: v0.18.2
    token: ***

Error: No asset found for platform linux-amd6

Do you have any idea what might be causing this issue?

Thank you in advance for your help.