Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
/ actions-make-pbo Public archive

This Github action will pack a mission sources directory to a binarized pbo using armake2

License

Notifications You must be signed in to change notification settings

team-gsri/actions-make-pbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arma 3 mission make pbo

Binarize mission SQM, and pack as pbo using armake2

Inputs

mission

Required Path to the mission directory to pack, relative to repository root. It must contains an unbinarized mission.sqm file.

briefingName

Optional If not empty, the action will set the mission briefing name to this value before packing. Double quotes will be discarded.

Outputs

There is no output

Example

uses: actions/mission-make-pbo
with:
  mission: CONT_Orion.Malden
  briefingName: [GSRI] Orion-${{ env.GITHUB_RUN_NUMBER }}

About

This Github action will pack a mission sources directory to a binarized pbo using armake2

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published