This commit is contained in:
Martin Rotter 2020-12-08 10:56:33 +01:00
parent 3595fa3394
commit a927afee0a
3 changed files with 3 additions and 3 deletions

View File

@ -25,4 +25,4 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Compile app
run: ${{ matrix.script_name }} ${{ matrix.qmake_args }}
run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.qmake_args }}"

View File

@ -1,3 +1,3 @@
#!/bin/bash
echo "testttt $1"
echo "testttt $1 $2"

View File

@ -1 +1 @@
echo "testttt $args[0]"
echo "testttt $args[0] $args[1]"