pulumi / pulumi-aws-apigateway

Apache License 2.0
11 stars 5 forks source link

Windows build doesn't contain a `exe` #46

Closed jaxxstorm closed 2 years ago

jaxxstorm commented 2 years ago

What happened?

Installing the latest plugin on windows and unpacking shows the following files:

tar zxvf pulumi-resource-aws-apigateway-v0.0.9-windows-amd64.tar.gz
x ./
x ./index.js
x ./pulumi-resource-aws-apigateway.cmd
x ./restAPI.js
x ./index.js.map
x ./provider.js.map
x ./provider.js
x ./package.json
x ./PulumiPlugin.yaml
x ./restAPI.js.map

Resulting in the following for a user:

Diagnostics:
  pulumi:providers:aws-apigateway (default_0_0_9):
    error: failed to load plugin C:\Users\<anonymous>\.pulumi\plugins\resource-aws-apigateway-v0.0.9\pulumi-resource-aws-apigateway.exe: exec: "C:\\Users\\<anonymous>\\.pulumi\\plugins\\resource-aws-apigateway-v0.0.9\\pulumi-resource-aws-apigateway.exe": file does not exist

Steps to reproduce

Install the plugin on windows

Expected Behavior

It works

Actual Behavior

It doens't work

Versions used

0.0.9

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

stack72 commented 2 years ago

Hey @jaxxstorm

I'm going to mark this as a duplicate of #45, but keep it open,which will fix this specific issue! I will get that shipped this week so we can close this out

Paul