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

Commits on Jul 25, 2023

  1. WIP tools: github actions: build full .zip on push and upload it as a…

    … 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
    nodiscc committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    0fd97e8 View commit details
    Browse the repository at this point in the history
  2. github actions: build-zip: downgrade runner image to ubuntu-20.04

    - attempt to fix nodejs error 'digital envelope routines::unsupported'
    nodiscc committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c50e574 View commit details
    Browse the repository at this point in the history
  3. Revert "github actions: build-zip: downgrade runner image to ubuntu-2…

    …0.04"
    
    This reverts commit 439dfcf.
    nodiscc committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d0b7b8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    028e04b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf574df View commit details
    Browse the repository at this point in the history