Skip to content

Commit 0b038da

Browse files
committed
install linux sys deps.
upload artifact from /nsis
1 parent 393484a commit 0b038da

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,12 @@ jobs:
9191
# - name: Build Next.js
9292
# run: pnpm next build
9393

94+
- name: Install system dependencies for Linux
95+
if: runner.os == 'linux'
96+
run: |
97+
sudo apt-get update
98+
sudo apt-get install -y gio-2.0
99+
94100
- name: Set up Rust
95101
uses: actions-rs/toolchain@v1
96102
with:
@@ -107,7 +113,7 @@ jobs:
107113
name: ${{ runner.os }}-artifact
108114
path: |
109115
if [[ "${{ runner.os }}" == "Windows" ]]; then
110-
echo "src-tauri/target/release/bundle/nsis/tauri-python-sidecar_0.1.0_x64_Windows-setup.zip"
116+
echo "src-tauri/target/release/bundle/nsis/"
111117
else
112118
echo "src-tauri/target/release/bundle/"
113119
fi

0 commit comments

Comments
 (0)