We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2315d7 commit d2b317eCopy full SHA for d2b317e
.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=Chat2DB_Test -c.nsis.shortcutName=Chat2DB_Test -c.extraMetadata.version=99.0.${{ github.run_id }}_Test --linux"
+ args: "-c.appId=com.chat2db.test -c.productName=test -c.nsis.shortcutName=test -c.extraMetadata.version=99.0.${{ github.run_id }} --linux"
234
235
# 准备要需要的数据 Windows
236
- name: Prepare upload for Windows
0 commit comments