File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments