diff --git a/.github/workflows/rssguard.yml b/.github/workflows/rssguard.yml index f3f447fdd..b0d9521c2 100755 --- a/.github/workflows/rssguard.yml +++ b/.github/workflows/rssguard.yml @@ -25,4 +25,4 @@ jobs: steps: - uses: actions/checkout@v2 - name: Compile app - run: ${{ matrix.script_name }} ${{ matrix.qmake_args }} \ No newline at end of file + run: ${{ matrix.script_name }} "${{ matrix.os }}" "${{ matrix.qmake_args }}" \ No newline at end of file diff --git a/resources/scripts/github-actions/build-linux-mac.sh b/resources/scripts/github-actions/build-linux-mac.sh index 09516df93..83594ec76 100755 --- a/resources/scripts/github-actions/build-linux-mac.sh +++ b/resources/scripts/github-actions/build-linux-mac.sh @@ -1,3 +1,3 @@ #!/bin/bash -echo "testttt $1" \ No newline at end of file +echo "testttt $1 $2" \ No newline at end of file diff --git a/resources/scripts/github-actions/build-windows.ps1 b/resources/scripts/github-actions/build-windows.ps1 index ebb34a825..44f3bcc22 100755 --- a/resources/scripts/github-actions/build-windows.ps1 +++ b/resources/scripts/github-actions/build-windows.ps1 @@ -1 +1 @@ -echo "testttt $args[0]" \ No newline at end of file +echo "testttt $args[0] $args[1]" \ No newline at end of file