Skip to content

swiftty/swiftpm-artifactbundle-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swift Artifactbundle Bundler

  • create artifactbundle

Usage

publish:
  needs: [ build ]

  runs-on: ubuntu-latest

  steps:
  - uses: swiftty/swiftpm-artifactbundle-bundler@v1
    id: bundler
    with:
    variants-version: ${{ github.ref_name  }}
  - uses: softprops/action-gh-release@v1
    with:
    generate_release_notes: true
    body: |
        ## Checksums
        - for `.binaryTarget(name:url:checksum:)`

        ```
        ${{ steps.bundler.outputs.checksums }}
        ```

        ---
    files: |
        ${{ steps.bundler.outputs.path }}/**

when finished swiftpm-artifactbundle-bundler step, generated zip files at ${{ steps.bundler.outputs.path }}.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •