Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skycoder42 authored Feb 20, 2020
1 parent 093a392 commit 5544977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5544977

Please sign in to comment.