Skip to content

AGraber/sampctl-action

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

5 Commits
 
 
 
 
 
 

Repository files navigation

sampctl-action

This action sets up sampctl in the environment for use in actions.

This doesn't work on Windows (no reason to use Windows anyways, output is the same).

Usage

Basic example:

steps:
  - uses: actions/checkout@v2
  - uses: AGraber/sampctl-action@v1
      with:
      version: '1.9.1' # optional, 1.9.1 by default
  - run: sampctl p build --forceEnsure