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 9a14baa commit 4ea8855Copy full SHA for 4ea8855
.github/workflows/ci.yml
@@ -56,20 +56,17 @@ jobs:
56
57
- name: Install dependencies
58
run: bun install
59
- working-directory: tauri-app
60
61
- name: Check Tauri version
62
run: bun tauri --version
63
64
65
- name: Build Tauri App
66
run: bun tauri build --target x86_64-unknown-linux-gnu
67
68
69
- name: Upload build artifacts
70
uses: actions/upload-artifact@v4
71
with:
72
- name: tauri-app-linux-x64-ci
+ name: codexia-linux-x64-ci
73
path: |
74
src-tauri/target/x86_64-unknown-linux-gnu/release/**/*.deb
75
src-tauri/target/x86_64-unknown-linux-gnu/release/**/*.rpm
0 commit comments