try to fix syntax error again

pull/164/head
Aaron Trudeau 2022-02-06 17:30:20 -05:00
parent 2742382314
commit ab1facda3b
No known key found for this signature in database
GPG Key ID: D6874B046ABF9536
1 changed files with 2 additions and 1 deletions

View File

@ -277,7 +277,6 @@ jobs:
testMode:
- playmode
- editmode
packageMode: true
steps:
###########################
@ -301,6 +300,8 @@ jobs:
testMode: ${{ matrix.testMode }}
artifactsPath: ${{ matrix.testMode }}-artifacts
customParameters: -profile SomeProfile -someBoolean -someValue exampleValue
packageMode: true
- uses: actions/upload-artifact@v2
with:
name: Test results for ${{ matrix.testMode }}