We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b317e commit 66b5fe8Copy full SHA for 66b5fe8
.github/workflows/release_test.yml
@@ -230,7 +230,7 @@ jobs:
230
package_root: "chat2db-client/"
231
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
232
skip_build: true
233
- args: "-c.appId=com.chat2db.test -c.productName=test -c.nsis.shortcutName=test -c.extraMetadata.version=99.0.${{ github.run_id }} --linux"
+ args: "-c.appId=com.chat2db.test -c.productName=test -c.nsis.shortcutName=test -c.extraMetadata.version=99.1.${{ github.run_id }} --linux"
234
235
# 准备要需要的数据 Windows
236
- name: Prepare upload for Windows
0 commit comments