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

Add GitHub Action to upload complete source tarball #279

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 29, 2023

  1. Upload complete source tarball as release asset

    Contrary to auto-generated release tarballs, this one includes all
    submodules such that operating system infrastructure gets a complete
    source tree wihtout having to fetch submodules themself.
    
    Add "-full" between name and version to distinguish the two tarballs.
    
    The token needs read/write permissions to clone the repository and
    upload assets to existing releases, respectively.
    
    Fixes web-eid#274
    
    Signed-off-by: Klemens Nanni <[email protected]>
    klemensn committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    d0b4a64 View commit details
    Browse the repository at this point in the history