mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-15 22:34:19 +01:00
deb: add name so package works again
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -89,11 +89,11 @@ jobs:
|
||||
|
||||
- name: Build deb (Cross)
|
||||
if: matrix.arch != runner.arch
|
||||
run: cargo deb --target=${{ matrix.arch }}-unknown-linux-gnu
|
||||
run: cargo deb -p notedeck_chrome --target=${{ matrix.arch }}-unknown-linux-gnu
|
||||
|
||||
- name: Build deb
|
||||
if: matrix.arch == runner.arch
|
||||
run: cargo deb
|
||||
run: cargo deb -p notedeck_chrome
|
||||
|
||||
- name: Upload RPM
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user