Skip to content

Commit 915f3aa

Browse files
committed
fix linux upload artifact
1 parent 6f034ff commit 915f3aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@ jobs:
133133
mkdir -p ./artifacts/macos-latest
134134
zip -r ./artifacts/${{ matrix.os }}/${{ matrix.os }}-artifacts.zip src-tauri/target/release/bundle/dmg/*
135135
136-
# Zip only .deb file /bundle/src-tauri/target/release/bundle/deb and put in /artifacts/linux-latest/
136+
# Zip only .deb file /bundle/src-tauri/target/release/bundle/deb and put in /artifacts/ubuntu-latest/
137137
- name: Zip assets (Linux)
138138
shell: bash
139139
if: startsWith(runner.os, 'Linux')
140140
run: |
141-
mkdir -p ./artifacts/linux-latest
141+
mkdir -p ./artifacts/ubuntu-latest
142142
zip -r ./artifacts/${{ matrix.os }}/${{ matrix.os }}-artifacts.zip src-tauri/target/release/bundle/deb/*.deb
143143
144144
- name: Upload artifact

0 commit comments

Comments
 (0)