Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upload assets on published release #117

Merged
merged 5 commits into from
Nov 10, 2020
Merged

upload assets on published release #117

merged 5 commits into from
Nov 10, 2020

Conversation

jetersen
Copy link
Member

Noted the last two releases did not come with all the assets, so created this to upload them all on publish.

@jetersen
Copy link
Member Author

Not sure what you use the updateCli.env for 🤔

.github/workflows/publish-assets.yaml Outdated Show resolved Hide resolved

BINARY="$BASENAME.$GOOS.$GOARCH"
BINARY_DIRECTORY="./bin/"
BINARY_DIRECTORY="./bin"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The path had double slashes

see line 23 and 30.

@jetersen
Copy link
Member Author

- name: Build updateCli
run: |
touch updateCli.env
make build.all
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the ubuntu-latest environment has golang installed?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently yes - doc

@olblak olblak added the enhancement New feature or request label Nov 10, 2020
@olblak
Copy link
Member

olblak commented Nov 10, 2020

Thanks, awesome, I wanted to work on this for a while

Not sure what you use the updateCli.env for thinking

I use it source local environment variables, it's not needed anymore with your PR, I'll remove it

@olblak olblak merged commit ea4bcb2 into updatecli:master Nov 10, 2020
@jetersen jetersen deleted the uploadAssets branch November 10, 2020 12:20
@jetersen
Copy link
Member Author

Your very welcome!

@jetersen jetersen mentioned this pull request Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants