Skip to content

Commit

Permalink
add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Mar 17, 2024
1 parent 7d9a362 commit effb127
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand All @@ -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
Empty file added dist/1.txt
Empty file.

0 comments on commit effb127

Please sign in to comment.