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

New github action to upload artifacts #109

Merged
merged 22 commits into from
Oct 25, 2021
Merged

New github action to upload artifacts #109

merged 22 commits into from
Oct 25, 2021

Conversation

kalwalt
Copy link
Member

@kalwalt kalwalt commented Oct 25, 2021

Improved action to upload artifacts.
When created a new git tag it will automatically create a new Release.

- solve grunt-eslint issue
@kalwalt kalwalt added enhancement New feature or request dependencies Pull requests that update a dependency file labels Oct 25, 2021
@kalwalt kalwalt self-assigned this Oct 25, 2021
@kalwalt
Copy link
Member Author

kalwalt commented Oct 25, 2021

The workflow is not valid. .github/workflows/main.yml (Line: 30, Col: 7): 'with' is already defined It seems taht is not possible to define multiple artifacts?

@kalwalt
Copy link
Member Author

kalwalt commented Oct 25, 2021

I can't add the tag version to the zipped files. I will give up for now, mybe it worth to try the Release mechanism for now.

@kalwalt
Copy link
Member Author

kalwalt commented Oct 25, 2021

tested these combinations, none of them worked:

${{ env.release_version }}
$RELEASE_VERSION
${{RELEASE_VERSION}}
${{ env.RELEASE_VERSION }}
${ RELEASE_VERSION }

@kalwalt kalwalt deleted the improved-action branch January 17, 2022 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant