We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f034ff commit 915f3aaCopy full SHA for 915f3aa
1 file changed
.github/workflows/release.yml
@@ -133,12 +133,12 @@ jobs:
133
mkdir -p ./artifacts/macos-latest
134
zip -r ./artifacts/${{ matrix.os }}/${{ matrix.os }}-artifacts.zip src-tauri/target/release/bundle/dmg/*
135
136
- # Zip only .deb file /bundle/src-tauri/target/release/bundle/deb and put in /artifacts/linux-latest/
+ # Zip only .deb file /bundle/src-tauri/target/release/bundle/deb and put in /artifacts/ubuntu-latest/
137
- name: Zip assets (Linux)
138
shell: bash
139
if: startsWith(runner.os, 'Linux')
140
run: |
141
- mkdir -p ./artifacts/linux-latest
+ mkdir -p ./artifacts/ubuntu-latest
142
zip -r ./artifacts/${{ matrix.os }}/${{ matrix.os }}-artifacts.zip src-tauri/target/release/bundle/deb/*.deb
143
144
- name: Upload artifact
0 commit comments