Skip to content

Commit

Permalink
chore(build): briefingName (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArwynFr authored Sep 16, 2022
1 parent efc52d4 commit 4cf2356
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ jobs:

- name: Checkout files
uses: actions/checkout@v3


- name: Get new version
id: new-version
uses: arwynfr/[email protected]
with:
pattern: $(Convert-Path *.pbo)
whatif: '$true'

- name: Make mission pbo
uses: team-gsri/actions-build-mission@0.0.1
uses: team-gsri/actions-build-mission@0.1.1
with:
briefingName: 'Orion ${{ steps.new-version.outputs.next-version }}'
source: ./CONT_Orion.Malden
target: ./

Expand All @@ -27,6 +35,6 @@ jobs:
path: ./*.pbo

- name: Create Github Release
uses: arwynfr/actions-conventional-versioning@0.1.0
uses: arwynfr/actions-conventional-versioning@0.2.1
with:
pattern: $(Convert-Path *.pbo)

0 comments on commit 4cf2356

Please sign in to comment.