[Release] test CI 11

This commit is contained in:
Le Tan 2022-10-04 16:33:43 +08:00
parent 73bb88e61f
commit ee2dc9ccc5

View File

@ -177,7 +177,7 @@ jobs:
uses: ncipollo/release-action@v1.11.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ${{runner.workspace}}\build\vnote-win-${{matrix.config.platform}}-qt${{matrix.config.qt}}_v${{env.VNOTE_VER}}.zip
artifacts: "${{runner.workspace}}\build\vnote-win-${{matrix.config.platform}}-qt${{matrix.config.qt}}_v${{env.VNOTE_VER}}.zip"
commit: master
tag: v${{env.VNOTE_VER}}
allowUpdates: true