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

WIP tools: github actions: build full .zip on push and upload it as a workflow artifact #9

Closed
wants to merge 5 commits into from

Conversation

nodiscc
Copy link
Owner

@nodiscc nodiscc commented Dec 4, 2022

Abandoned, see shaarli#1555

@nodiscc nodiscc added the enhancement New feature or request label Dec 4, 2022
@nodiscc nodiscc self-assigned this Dec 4, 2022
@nodiscc nodiscc marked this pull request as draft December 4, 2022 12:05
@nodiscc nodiscc force-pushed the gh-actions-build-zip branch 2 times, most recently from 843cd08 to fb80895 Compare December 15, 2022 16:15
@nodiscc nodiscc changed the title Gh actions build zip WIP tools: github actions: build full .zip on push and upload it as a workflow artifact Dec 15, 2022
@nodiscc nodiscc force-pushed the gh-actions-build-zip branch 5 times, most recently from 66a3710 to 4ad3436 Compare March 19, 2023 12:30
… workflow artifact

- makefile: 'git describe' fails in github actions as they use shallow clones (fatal: No names found, cannot describe anything.), use the short commit hash as .zip version identifier when git describe fails
- standardize whitespace/line breaks in github actions yaml
- upload the full .zip as build artifact (https://github.com/actions/upload-artifact)
- the full .zip can be downloaded from the workflow summary page, e.g. https://github.com/shaarli/Shaarli/actions/runs/3705666208
- attempt to fix nodejs error 'digital envelope routines::unsupported'
@nodiscc nodiscc removed their assignment Jul 27, 2023
@nodiscc nodiscc closed this Sep 8, 2023
@nodiscc nodiscc deleted the gh-actions-build-zip branch September 8, 2023 20:03
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.

1 participant