From 55449772798608a04f688dff430faf28ce38a99f Mon Sep 17 00:00:00 2001 From: Felix Barz Date: Thu, 20 Feb 2020 13:17:40 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40b4807..77b98b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,7 +122,7 @@ jobs: if: matrix.converters == 'enabled' && matrix.platform == 'gcc_64' && startsWith(github.ref, 'refs/tags/') with: repo_token: ${{secrets.GITHUB_TOKEN}} - directory: ${{steps.qt.outputs.outdir}}/${{matrix.version}}/${matrix.platform}/examples + directory: ${{steps.qt.outputs.outdir}}/${{matrix.version}}/${{matrix.platform}}/examples asset_name: qtjsonserializer-examples-${{matrix.version}} tag: ${{github.ref}} overwrite: true @@ -131,7 +131,7 @@ jobs: if: matrix.converters == 'enabled' && matrix.platform == 'gcc_64' && startsWith(github.ref, 'refs/tags/') with: repo_token: ${{secrets.GITHUB_TOKEN}} - directory: ${{steps.qt.outputs.outdir}}/${{matrix.version}}/${matrix.platform}/doc + directory: ${{steps.qt.outputs.outdir}}/${{matrix.version}}/${{matrix.platform}}/doc asset_name: qtjsonserializer-doc-${{matrix.version}} tag: ${{github.ref}} overwrite: true