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 4f3cd95 commit c2315d7Copy full SHA for c2315d7
.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=Chat2DB_Test -c.nsis.shortcutName=Chat2DB_Test -c.extraMetadata.version=99.0.${{ github.run_id }}_Test --linux"
234
235
# 准备要需要的数据 Windows
236
- name: Prepare upload for Windows
0 commit comments