[Release] test CI 12

This commit is contained in:
Le Tan 2022-10-04 17:15:01 +08:00
parent ee2dc9ccc5
commit 7a88d1ef99

View File

@ -177,7 +177,7 @@ jobs:
uses: ncipollo/release-action@v1.11.0 uses: ncipollo/release-action@v1.11.0
with: with:
token: ${{ secrets.GITHUB_TOKEN }} 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 commit: master
tag: v${{env.VNOTE_VER}} tag: v${{env.VNOTE_VER}}
allowUpdates: true allowUpdates: true