Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

- name: Build package(s)
  uses: Eeems/vbuild-action@v1
  with:
    path: ./package/
    arch: noarch

- name: Upload package(s)
  uses: actions/upload-artifact@v4
  with:
    name: my-package
    path: package/dist
    if-no-files-found: error

Releases

Contributors

Languages