From effb1276410a56d1f8cecb532b299657274cd0f2 Mon Sep 17 00:00:00 2001 From: litongjava Date: Sun, 17 Mar 2024 11:34:21 -1000 Subject: [PATCH] add dist --- .github/workflows/build.yml | 14 +++++++------- dist/1.txt | 0 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 dist/1.txt diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea51a61..0e4c8ac 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,8 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v3 with: - name: tauri-chatgpt_0.1.0_x64.dmg - path: target/release/bundle/dmg/tauri-chatgpt_0.1.0_x64.dmg + name: tauri-claude_0.1.0_x64.dmg + path: target/release/bundle/dmg/tauri-claude_0.1.0_x64.dmg build_macos_m2: runs-on: macos-latest @@ -43,8 +43,8 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v3 with: - name: tauri-chatgpt_0.1.0_aarch64.dmg - path: target/aarch64-apple-darwin/release/bundle/dmg/tauri-chatgpt_0.1.0_aarch64.dmg + name: tauri-claude_0.1.0_aarch64.dmg + path: target/aarch64-apple-darwin/release/bundle/dmg/tauri-claude_0.1.0_aarch64.dmg # build_ubuntu: # runs-on: ubuntu-latest @@ -65,7 +65,7 @@ jobs: # - name: Upload build artifact # uses: actions/upload-artifact@v3 # with: - # name: tauri-chatgpt-ubuntu + # name: tauri-claude-ubuntu # path: target/release/bundle build_windows: @@ -84,5 +84,5 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v3 with: - name: tauri-chatgpt_0.1.0_x64_en-US.msi - path: target/release/bundle/msi/tauri-chatgpt_0.1.0_x64_en-US.msi + name: tauri-claude_0.1.0_x64_en-US.msi + path: target/release/bundle/msi/tauri-claude_0.1.0_x64_en-US.msi diff --git a/dist/1.txt b/dist/1.txt new file mode 100644 index 0000000..e69de29